Hi George,

Taha's article should be a good start :
http://tawus.wordpress.com/2012/11/25/scrolling-pages-tapestry5-onscrollbeyond/

Also, check the PageScroll component's implementation in the
tapestry5-jquery module :
https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/components/PageScroll.java

Both are tapestry 5.3 implementation

Nourredine.


2014-04-09 16:42 GMT+02:00 George Christman <gchrist...@cardaddy.com>:

> Hi Guys, has anybody happened to build an endless scroll component for 5.4?
>
> If not I'd like to build one and I'd like some ideas on how to get started
> with it.
>
> The component would be used with the loop component, so I would probably
> return 25 results by default and append an additional 25 once the scroll
> bar reached a particular point. Should I wrap the loop in a zone and load
> each new zone with the new set of results? I'm really not sure how to go
> about this.
>
> Thanks
>

Reply via email to