I want to display 10,000 records in a jsp page.Can I display page by page?

When I submit a form it says "ERROR: Query request too large. Total rows matched: 10650 rows. Suggestive Row Fetch: less than 995 rows"

So how can I print page by page or have say 900 records per page in a jsp?

Should I have to write a for loop in the output.jsp page?

Please help me with this requirement?

View Answers









Related Tutorials/Questions & Answers:
Advertisements