Yes some of them, but they mostly seem to be focused around minimizing what
is serialized into a session, not how to lazy load a large amount of data
that needs to be paged through.
I don't need to retrieve "id's only", I need to limit the amount of id's
that I get in one go.


igor.vaynberg wrote:
> 
> have you looked in wicket-examples under repeaters?
> 
> -igor
> 
> 
> On 10/8/07, wfaler <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>> I have a page where I have a DataContainer that shows ten items at a
>> time,
>> with paging links at the bottom.
>> Is there any way of lazy-loading the contents of the datacontainer?
>> I need to do this, as the amount of data is very large (up to 300 000
>> rows,
>> depending on the search criteria).
>>
>> I have found a bunch of stuff around IDataProvider, DataView etc, but I
>> haven't found any meaningful examples that helps a great deal..
>> --
>> View this message in context:
>> http://www.nabble.com/Lazy-loading-pageable-listview-tf4587413.html#a13094415
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Lazy-loading-pageable-listview-tf4587413.html#a13102138
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to