On Thu, 12 Sep 2013 09:56:25 -0300, ANDRE Christophe <christophe.and...@docapost-bpo.com> wrote:

Hi,

Hi!

ajaxResponseRenderer.addRender("myZone ", myZone);

Try this instead: ajaxResponseRenderer.addRender("myZone ", myZone.getBody());

Notice that, instead of passing the whole zone, you pass its body. Sometimes what you did work, but the guaranteed, recommended way is to use zone.getBody() instead.

(How to execute javascript after the ajax call return? How to know the zone have been updated on the client side? )

Listen for the Tapestry.ZONE_UPDATED_EVENT JavaScript event in the <div> with id myZone.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to