Hi ,
I have to display about a 100 records from database , 10 records per page.I am currently using the C:foreach tag and passing the begin and end values as parameters to the same page when Next,Last,Previous and First buttons are clicked.Not quite able to use logic:iterate since
Struts el is not working.
I have a checkbox for each record. When I click on 'Next' the checkbox values are not retained since the page is being refreshed with new params.
I need to submit all the records in one go.
Would display tags or pager tags help me retain the values until I click the Submit button.
Hope someone could help me out on this one.
Thanks in Advance!!!