Hello guys, I am new to display tag and I have successfully implemented a
table with sorting and pagination. My question is, is it possible to say
have a list/table of 100 records displaying 10 records a page and be able to
conditionally navigate say to some record on the third page upon displaying
the table for the first time? The requirement is a particular record is
selected on the previous page and based on that record number (primary key),
loop through the list until the matching record is found and display the
table starting from that page. I tried using the offset setting but it
discards other records. So if that record were record number 31 on page 3,
instead of starting from page 1 of 10, can the display tag navigate directly
to that matching record on page 3 and start displaying the records from that
page? There would still be pages 1, and 2 in addition to pages 3 through 10.

It would be nice too if somebody could point me in the right direction on
how to use the addRowClass decorator method to work. I've tried using it to
highlight the desired row to no avail.

Thanks for your help in advance guys....
-- 
View this message in context: 
http://www.nabble.com/page-navigation-question-tp16830538p16830538.html
Sent from the DisplayTag - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to