Re: render nested component

2016-03-20 Thread Qbyte Consulting
ok ignore that, bumped into some tapestry4 source would this be the approach? JSONObject spec = new JSONObject

Re: render nested component

2016-03-20 Thread Qbyte Consulting
Tree uses BaseComponent that doesn't seem to be in tapestry5? On Fri, Mar 18, 2016 at 2:15 PM, Chris Poulsen wrote: > Hi, > > Take a look at the Tapestry Tree component to see how recursive rendering > can be done. > > -- > Chris > > On Fri, Mar 18, 2016 at 6:17 AM, Qbyte Consulting < > qbytecon

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/

Re: exception during bind

2016-03-20 Thread Kalle Korhonen
You have the wrong version of plastic and/or JRE. (And for the love of god, please learn to post a proper question and include at least some context, like versions of libraries you are using.) Kalle On Wed, Mar 16, 2016 at 9:19 PM, Qbyte Consulting wrote: > I added a missing dependency, still