|
I am using displaytag with a TableDecorator wrapper in a Struts app that uses Tiles. I use the Decorator to create a link that displays the selected row content in a form in the same view (using Tiles). The link functions properly and the form is populated with data that can then be edited by the user.
The issue is this - if a record is from a page other than page 1, the form populates, but the table display reverts back to page 1 when the request is processed. How can I maintain/synchronze the position in the table with a selected row?
I think the solution involves the use of the offset attribute in the table tag, but I cannot get this to work. Any help or guidance would be appreciated.
Regards,
--Chris |

