Issue Details (XML | Word | Printable)

Key: SM-3
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: shashikanth
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Struts Menu

Dynamic Parameters not working in DropDownMenu

Created: 16/Feb/06 11:00 PM   Updated: 19/Jan/07 10:59 AM   Resolved: 09/May/06 11:26 PM
Component/s: Displayers
Affects Version/s: 2.3
Fix Version/s: 2.4

File Attachments: 1. Java Source File DropDownMenuDisplayer.java (6 kB)

Environment: Windows XP


 Description  « Hide
Dynamic parameters are not working DropDownMenu. Iam getting same url in browser as specified in menu-config.xml. example
   if I have specifed some.jsp?method=${design} in menu-config.xml
   It's getiing displayed in browser as http://localhost:8989/some.jsp?method=${design}

Sort Order: Ascending order - Click to sort in descending order
shashikanth added a comment - 16/Feb/06 11:02 PM
I have nade changes at 107 line and working with that file. Iam enclosing changed file

Matt Raible added a comment - 09/May/06 11:26 PM
Fixed - thanks for the patch!