I had more or less the same problem: the user wanted to find on the table the same setting (filtering, ordering) he left when movingo to another page. The best way I found to resolve it was implementing a filter that saves in session scope the displaytag-related parameters (d-????-??) and adds them back when a subsequent request to the same url is done.
Hope I've been clear enough.
By, Fabio.
***************************************************************
From: "Robert Taylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Mon, 5 Jan 2004 10:12:42 -0500
Subject: [displaytag-user] propogating the current page
Reply-To: [EMAIL PROTECTED]
Greetings, I am using the displaytaglib 1.0b1 and have the following
workflow scenario:
-User executes a search and a results page is displayed
-User pages to page 3 of results
-User clicks on a result record to display its detail
-User wishes to navigate back to page 3 search results.
So the question is, how do I get the current page in the query string of a
clickable column?
Do I have to use a Decorator? It seems like such a common problem I would
think I should be
able to set a property like "propogate_page" and it would automatically add
the page id to
a column querystring if the column is clickable.
Any help is appreciated.
robert
This message for the law 675/96, may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.

