> if i constructs a grid of 1.000.000 of records can i have a paging of 
>10records/page? if yes, is it mapped directly to the database? i mean does strusts 
>retrieve records 10 per 10 or does it retrieves ALL records (in a colletion or 
>whatever) and then exctracts 10 objects per 10?

Expresso offers this paging functionality with it's dbmaints, and webAppWriter will 
write you up a customizeable version of this same thing. Set it to whatever fields and 
whatever row size you want, and it only retreives the number of rows you ask for. All 
Struts, 1.0.

It is viewable with a simple test version of Expresso, but that is a technicality, 
because you would have to populate the table beyond the 50 row default setting to even 
see the paging kick in.

Expresso is a database centric framework, some believe too much so. (This does not 
include me.) But if it involves databases, you are pretty likely to find it there if 
anywhere in the open source world.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to