One thing that I see which might be related to your problem is that the 'name' fields are not unique, might not be but they should be unique.
I use stuff like <Item name="GuestMenu5" title="Meeting Schedule" page="/tilesforward.do?TILES_FORWARD=meetings.tile" /> and do not have any problems. I am using the DropDownMenuDisplayer which has very little javascript and there are some inconsistencies between the displayers. I would look at the generated code to see if there are any obvious issues. Edgar > -----Original Message----- > From: Richard Mixon [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 8:29 PM > To: 'Struts Users Mailing List' > Subject: Using query string in struts-menu entry > > > > 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]