Kinda quiet on this list :) Okay. I've looked at the source code and it looks like the place to add this functionality would be in Column; more specifically in Column.createChoppedAndLinkedValue().
The problem is that I don't see how the Column object has access to information like the current page number. I know that the TableTag has this information, but I don't see (without further modification) where it is "passed" to the Column. Upon further inspection, I don't see where the ColumnDecorator has access to this information either. Any help with this would be appreciated. robert > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Robert > Taylor > Sent: Monday, January 05, 2004 10:13 AM > To: [EMAIL PROTECTED] > Subject: [displaytag-user] propogating the current page > > > 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 SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > displaytag-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/displaytag-user > ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

