Re: AJAX version of setupRender()

2010-05-15 Thread Juan Isern
cnologia da Informação Ltda. > http://www.arsmachina.com.br > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- View this message in context

Re: AJAX version of setupRender()

2010-05-14 Thread Thiago H. de Paula Figueiredo
On Fri, 14 May 2010 13:04:42 -0300, Geoff Callender wrote: Thanks Thiago, that is such a great observation about setupRender() being invoked in components in a Zone that I will be putting it to use in the next release of JumpStart. I think you'll like it. Cool! :) -- Thiago H. de Paula

Re: AJAX version of setupRender()

2010-05-14 Thread Howard Lewis Ship
True, but if you look at the implementation, its just a couple of lines of code that will work under 5.1 as well. On Fri, May 14, 2010 at 10:11 AM, Inge Solvoll wrote: > 5.2 for RenderNotification mixin, I assume? > > On Fri, May 14, 2010 at 6:52 PM, Howard Lewis Ship wrote: > >> I also use the

Re: AJAX version of setupRender()

2010-05-14 Thread Inge Solvoll
5.2 for RenderNotification mixin, I assume? On Fri, May 14, 2010 at 6:52 PM, Howard Lewis Ship wrote: > I also use the RenderNotification mixin to find out when a component > has rendered as part of an Ajax partial update; the event handler can > then collection client ids and add JavaScript. >

Re: AJAX version of setupRender()

2010-05-14 Thread Howard Lewis Ship
I also use the RenderNotification mixin to find out when a component has rendered as part of an Ajax partial update; the event handler can then collection client ids and add JavaScript. On Fri, May 14, 2010 at 9:04 AM, Geoff Callender wrote: > Thanks Thiago, that is such a great observation about

Re: AJAX version of setupRender()

2010-05-14 Thread Geoff Callender
Thanks Thiago, that is such a great observation about setupRender() being invoked in components in a Zone that I will be putting it to use in the next release of JumpStart. I think you'll like it. Cheers, Geoff On 12/05/2010, at 6:31 AM, Thiago H. de Paula Figueiredo wrote: > On Tue, 11 May 20

Re: AJAX version of setupRender()

2010-05-11 Thread Thiago H. de Paula Figueiredo
On Tue, 11 May 2010 17:24:04 -0300, Juan Isern wrote: Hi guys, Hi! I was wondering if there's a "version" of setupRender() that works for AJAX events too. onActivate() is invoked in any kind of request. You can use ComponentResources.isRendering() to know if it is a rendering request a

AJAX version of setupRender()

2010-05-11 Thread Juan Isern
's handler itself. I don't know how to do this in a transparent way, either. Any ideas on this? Thanks a lot! -- View this message in context: http://old.nabble.com/AJAX-version-of-setupRender%28%29-tp28528961p28528961.html Sent from the Tapestry - User mail