posted 13 years ago
Hi,
I want to display records from the db in the form of tables using pagination.
I found display tag as a useful one but I can see a problem with that.
The tag takes the list which contains the data and records per page to display the contents and pagination.
If the user clicks page no 2, all the records needs to be loaded into the list and given as input to the name attribute which doesnt makes sense i beleive.
Is what i say correct or is there any better of doing it.
I require a pagination taglib where I input the the total number of records, records per page, uri, page param amd it should give me the paginnation.
SCJP 1.5, SCWCD 1.4.
Hanging between Web Services and EJB