History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: DISPL-254
Type: Bug Bug
Status: Open Open
Priority: Blocker Blocker
Reporter: Anonymous
Votes: 0
Watchers: 1
Operations

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

Column sort does not pass parameters

Created: 02/Nov/05 12:02 PM   Updated: 29/Dec/05 09:32 AM
Component/s: Paging/Sorting
Affects Version/s: None
Fix Version/s: TBD

Time Tracking:
Not Specified

Application server: Tomcat 5.0


 Description  « Hide
I have a jsp that initially has no parameters. On the page the user selects an item from the pull down where I call the servlet to refresh the page with the passed parameter. When I then try to sort on a column the parameter is not retained.

I can see on the status bar when I hover over the column link that the parameter is in the link, but since the servlet does not appear to be called agan how can I retain this data?

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Emilio Dolce - 15/Dec/05 03:37 PM
because to pass a pull-down parameter you need a form submit that displaytag are not able to do.
With DISPL-267 you can solve your problem.