The value for the page attribute is prepended with the context path and
is used literally in defining the link location when rendering the
menu.  What the behavior is may depend on which type of display you are
using (e.g. CoolMenus, DropDown, etc.).  As far as I know, it should
work as you expect it.  Can you verify that the URL works (like by
typing it into the browser's address box)?  Which kind of displayer are
you using?  Try looking at the generated javscript or html source to
help troubleshoot.  

BTW, there is a user list specifically for this extension:

[EMAIL PROTECTED]

Scott

On Tue, 2003-03-25 at 20:28, Richard Mixon wrote:
> 
> I've been trying to use the following menu entries with no luck:
> 
> <Menu  name="operationMenu"  title="Instructor">
>   <Item  name="MeasurementGrid"  title="Operations"
>          tooltip="Instructor Operations">
>     <Item  name="configStatus"  title="Status 1"
>            toolTip="View/maintain status."
>            page="/config/StatusAction.do?method=inquire"/>
>     <Item  name="configStatus"  title="Status 2"
>            toolTip="View/maintain status."
>            page="/config/switchStatusAction.do"/>
>   </Item>     
> </Menu>
> 
> The first menu item is really what I want to use (with the query string 
> "method=inquire"). It does not seem to work at all.
> 
> If I use the second method (just a simple ForwardAction that forwards to the JSP 
> page under WEB-INF/pages) everything works just fine.
> 
> Should the query parametes work with struts-menu?
> 
> Thanks - Richard
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to