Re: tapestry jquery PageScroll

2016-03-20 Thread Robert Jakeš
Thank you for reply. I was not aware of tests for tapestry5-jquery > I guess that you get your code form the sample at > > https://github.com/got5/tapestry5-jquery/blob/master/src/test/resources/org/got5/tapestry5/jquery/pages/PageScroll.tml I manage to get it working, but now it's trying to f

Re: tapestry jquery PageScroll

2016-03-20 Thread françois facon
There is some documentation from the author of this component available at https://tawus.wordpress.com/2012/11/25/scrolling-pages-tapestry5-onscrollbeyond/ if you have a look at the source doc, https://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/components/

tapestry jquery PageScroll

2016-03-15 Thread Robert Jakeš
I am trying to use tapestry5 jquery component PageScroll for infinite scrolling. - tapestry5 - 5.3.8 - tapestry5-jquery - 3.4.2 So far i got this: public class PageScrollDemo { private static final int PageSize = 100; @Property private int value; @OnEvent("nextPage")

tapestry jquery PageScroll

2016-03-15 Thread Robert Jakeš
I am trying to use tapestry5 jquery component PageScroll for infinite scrolling. - tapestry5 - 5.3.8 - tapestry5-jquery - 3.4.2 So far i got this: public class PageScrollDemo { private static final int PageSize = 100; @Property private int value; @OnEvent("nextPage")