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
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/
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")
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")