assuming you are using infinite scrolling with a repeater try quickview
https://github.com/vineetsemwal/quickview

way of using quickview is like dataview ,important difference is
is dataview uses IItemReuseStrategy
and quickview uses IQuickReuseStrategy



one such example here
https://github.com/vineetsemwal/quickview/blob/master/wicket-quickview-examples/src/main/java/com/aplombee/examples/PageScrollBar.java



On Wed, Feb 27, 2013 at 3:28 PM, Martin Dietze <d...@fh-wedel.de> wrote:

> I will soon have to implement infinite scrolling in my project
> and would thus like to know if there are already libraries or
> code snippets for this based on Wicket 6?
>
> What I found after a quick search was oegyscroll [1], but this
> seems to be based on Wicket 1.4.x.
>
> But as this feature is becoming increasingly popular, I'm sure
> that others have already implemented this kind of thing and can
> give me a recommendation?
>
> Cheers,
>
> M'bert
>
> [1] https://github.com/reaktor/oegyscroll
>
> --
> ----------- / http://herbert.the-little-red-haired-girl.org /
> -------------
> =+=
> Ruft man einen Hund, dann kommt er. Ruft man eine Katze, dann nimmt
> sie das zur Kenntnis, und kommt gelegentlich darauf zurueck.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
regards,

Vineet Semwal

Reply via email to