I have a column of checkboxes in my display table and i need to maintain the status when i go to the next page in the display tag. In my case I need to store the rows (with the checkbox values) the user selected on each page while navgating on the table result by pagination. But it seems when we navigate through pagination links displaytag doesnot store the rows selected in the last page.
I am using display tag and want to get the status from the previous page available to the form bean when i am on the next or previous page. Is there any way to the same.
Understood your problem.I had faced this problem earlier. I have solved this by taking "count" of the checkboxes.I have a unique value for each checkbox and when any check box is checked, that unique value will be carried forward to the next page and viceversa.