Hello,
maybe this helps:
http://wiki.apache.org/myfaces/WorkingWithLargeTables
if this doesn't help I can try to setup a working with large tables
example in tobago.
Regards
Bernd
[EMAIL PROTECTED] wrote:
Hi,
I have to implement database paging in my Tobago application. tc:sheet
supports paging but requires all data in a list in memory. Because my
query can have thousands of records as result, I want a paging mechanism
with only the displayed data in memory. Is there an easy (and fast) way
to implement such a thing with Tobago? My first attempt to this issue is
to implement a new list class, which implements the List interface and
does the paging. But there might be an easier solutution.
Best regards,
Carsten