Pagination and Memorizing Marked Checkboxes
I display a List of objects.
Because the List can be very long, I use a pagination tag library to display my long list 10 at a time. This taglib is not a front-end one. The taglib makes a trip to the back end to retrieve the next 10 records from the database when the next pagination link is clicked.
Message was edited by:
jiapei_jen

