aspose file tools
The moose likes JSP and the fly likes Pagination Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Pagination" Watch "Pagination" New topic
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
    
  13

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]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Pagination
 
Similar Threads
pagination
Pagination
Pagination
Pagination
Pagination