Re: What do we need to learn to use Tapestry 5.4 ?

2013-08-18 Thread Muhammad Gelbana
I'm not sure I fully understand. So all I need to learn is the new Tapestry server\client API and that's it ? No specific JS libraries ? *-* *Muhammad Gelbana* Java Software Engineer On Sun, Aug 18, 2013 at 7:29 PM, Martin Kersten wrote: > Hehe. Well as far as I remember on

Re: What do we need to learn to use Tapestry 5.4 ?

2013-08-18 Thread Martin Kersten
Hehe. Well as far as I remember only 5.0.0 was jinxed that way the rest went on smoothly. And as always the outcome is worth the wait. 2013/8/18 Jon Williams > Oh no Martin! ya jinxed it. Now we're gonna have to give Captain 'Ship and > his merry men another 6 months. ;-) > > > On Sat, Aug 17,

Re: How to add dinamic content

2013-08-18 Thread Martin Kersten
So to be clear you want to do something like this: Page: Button A <- User clicks Page: SomeComponents Button A <- User clicks Page: Some components Some more components ButtonA etc. So what you want is not adding pages but components This can be done using Zones. Thi

How to add dinamic content

2013-08-18 Thread nn kk
Hi all, I want to be able to create and insert component dynamicly. For example, I want to have "add button" and by every click to add whole new tapestry page or component. I don't know how many addings will I have, I want this to be handeled dynamicly. It's like using spring to return ModelAnd