Number « Page « JSP-Servlet Q&A





2. displaying large number of records in a Jsp page    coderanch.com

I have a Jsp page which requires more than 30,000 records to be displayed on the screen. Of course, at a time I will be showing only a limited number of records, say about 15 or 20. But I will be fetching all the records from the database at once and storing them in the session, to reduce the round trips ...

6. Page Number on JSP    coderanch.com

The page number in IE, and Mozillla is an artifact of when the browser paginates the screen to fit onto paper when printing it. If you have a report output and a JSP is rendering it as a long list on one page, you could have the logic that prints out the table in the JSP page to break up the ...

7. Display Table on Page with Limited Number of Rows    coderanch.com

I think I have inquired about this some time back but never got very far. I would like some direction on the best way to display large number of records in a table. The data is gathered remotely, placed into an array, then jstl builds the table for display. The array is built in seconds but the table takes a while ...