Thats exactly what it was built for. Have a look at IDataProvider. Notice that IDataProvider.iterate() method has a FIRST and COUNT parameters that are used to retrieve a specific "page" of the list. -Igor
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Denzel, Jürgen > Sent: Friday, September 30, 2005 7:05 AM > To: [email protected] > Subject: [Wicket-user] Question about pageable grids > > Hi, > > does anybody know if the current pageable list components in > the wicket contribution stuff support really huge lists > (100000+ entries), where the pageable list component only > loads the current page and provides the paging links as well > to navigate back and forth plus allowing to jump to the first > and last element of the list. > > I think pageable list components only make sense if the pages > are loaded lazy and not the whole data at once. > > Greets, > jd > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, > discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
