Re: Preventing Layout Reloading!!!

2014-08-18 Thread Geoff Callender
On 19 Aug 2014, at 3:56 am, Sumanth wrote: > Hi all, > > * If you click a link generated by EventLink, then you should see exactly > *two* requests: the first one will respond with an HTTP 302 (REDIRECT) > response and the second will respond with an HTTP 200 (OK) response which > contains the w

Ajax Zone Overlay - Selective Links

2014-08-18 Thread Yubraj Ghimire
Hello, I have followed the example code at tapestry jumpstart for the zone-overlay example (Tapestry 5.4, RequireJS ). I have some zones with hidden event links in my page which require this zone-overlay and some zones which do not require it.Also since t:progressive display is also treated as zon

Re: Preventing Layout Reloading!!!

2014-08-18 Thread Sumanth
Hi all, * If you click a link generated by EventLink, then you should see exactly *two* requests: the first one will respond with an HTTP 302 (REDIRECT) response and the second will respond with an HTTP 200 (OK) response which contains the whole page including the layout. >> >> Of course there may

Re: Preventing Layout Reloading!!!

2014-08-18 Thread Geoff Callender
On 18 Aug 2014, at 9:47 pm, Thiago H de Paula Figueiredo wrote: > I think there's a confusion here about what Sumanth means by "server > requests". Agreed. > The term is ambiguous in the context of his/her e-mail and I answered > considering them as database and web services requests. > > O

Re: Problems with multiple Beaneditors inside Component

2014-08-18 Thread Lance Java
It's hard to see from your sample code how this all hangs together but I think you'll need to use the FormInjector component to add dynamic content to an existing form.

Re: Preventing Layout Reloading!!!

2014-08-18 Thread Thiago H de Paula Figueiredo
I think there's a confusion here about what Sumanth means by "server requests". The term is ambiguous in the context of his/her e-mail and I answered considering them as database and web services requests. On Sun, 17 Aug 2014 00:48:56 -0300, Geoff Callender wrote: Sumanth, I think ther