Don't use the PageableListView, but use DataView with an IDataProvider.

Martijn

On 5/16/08, Mathias P.W Nilsson <[EMAIL PROTECTED]> wrote:
>
>  Hi!
>
>  I'm using a Pageable List view to list my items. The problem is that it is
>  to slow when there are many items
>
>  In the database I have 2000 items and when I hit all of them the rendering
>  is slow. This is because of translating, calculating and so on. To solve
>  this I would like to do something like
>
>  // Hibernate
>
>  getTotalCount
>  Build Pagenavigator from totalcount. Only fetch the exact amount of item
>  using setMax, setFirst with hibernate.
>
>  Is it possible to use the Pagenavigator  using this?
>
>
>  --
>  View this message in context: 
> http://www.nabble.com/PagingNavigator-faster-paging-tp17272873p17272873.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.3 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.3

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

Reply via email to