I need to display the log entries from a database. Of course the log data is huge, so I have to show the results on several pages, and that **without** getting **all** the log data at once, but as the user navigates through the pages.
I know about DisplayTag and TableTags, but it seems to me that they both fetch all the data before applying pagination.
Before I start developing my own JSP tag, does anyone know of a 3rd party solution for this problem?
Thanks,
Marius