PROPOSAL: add afterUpdateElement support to autocomplete mixin

2010-05-15 Thread Paul Stanton
there's no way to add a client side callback for this event without overriding the provided mixin (that i can see). I propose the following is added to the implementation: new field : @Parameter(defaultPrefix = BindingConstants.LITERAL) private String afterUpdateElement; and in the meth

Re: comet implementation issue

2010-05-15 Thread Juan Isern
Hi Rajesh, Maybe Tapestry is not meant to do Comet for the reasons that Thiago stated. I'm implementing Comet as well but with a different approach: The Comet thing is totally handled by another tool (DWR) that's used only to notify clients that some data is available. When a notification ("da

Re: AJAX version of setupRender()

2010-05-15 Thread Juan Isern
Thanks guys! Thiago H. de Paula Figueiredo wrote: > > 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