|
I am using displaytag 1.0 (el version) to display a collection that has many rows, so I am using the pagesize attribute to render a multi-page output. I wish to add a hyperlink to each row that, when clicked ,will invoke an action (I am using Struts), and then return to the same page that contains the displaytag table. The problem I have is that when control returns to the page, the displaytag table returns to the top of the result set (e.g. page 1 of the multi-page output). If I invoke the action on page 3 of the displaytag table , I would like to be able to return to the row on page 3 of the table that was clicked.
Is there currently any way to achieve this behavior using the displaytag library?
Regards,
--Chris |
- [displaytag-user] returning to same row in multi-page d... Christopher Becker

