| Author |
Pagination
|
aakash bhatt
Ranch Hand
Joined: Jan 09, 2003
Posts: 182
|
|
In my application from front end there can be many complex queries fired. And the result i want to show in my JSP in pagination. I do not want to store the value in session of collection as many user simulatenously can acces it. So which is the best alternative. I had heard above cached rowset but do not have a definite idea is there any other way? Thanks aakash
|
 |
Anselm Paulinus
Ranch Hand
Joined: Sep 05, 2003
Posts: 389
|
|
|
Consider using hidden fields to pass data from one page to the other for display. This also has its own disadvantage though
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
aakash, This very subject has been discussed at great length in these forums. If you search this forum (JSP) and the Servlets forum for terms like 'paging' and 'pagination' you should find some useful info. hth, bear
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Pagination
|
|
|