Try setting your net.sf.navigator logging to WARN.  YOu should see a
warning like the following if it can't find it:

log.warn("Value for '" + variable +
                        "' not found in pageContext or as a request parameter");

Are you sure you've set it in your Action?  Can you print it out in your JSP?

Matt

On 2/11/06, Shashikanth Duchetty <[EMAIL PROTECTED]> wrote:
> Hi All,
>         presently we are using struts-menu in our project. It is working
> fine till now but we want to add dynamic value to query string
> example
> line from menu-config file
>
>  <Item   name="PCHVisitList"
> title="patientcasehistorymenu.label.patientvisitlist"
> image="images/party-new.png"
>
> action="PatientCaseHistoryAction.do?method=PatientVisitList&amp;patientId=${patientId}"
> width="100" />
>
> when I click on respective menu item Iam getting patientId=${patientId}
> displayed as it is in the browser, instead of patientid=345(which i set in
> action class to session attribute)
>
> It would be of great help if any body can show me working example or help me
> fix this.
>
> Iam not using any velocity here. Do I need to use that???


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
struts-menu-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Reply via email to