I have a "dialog" on a page which has some eventlinks that are
triggering serverside actions via ajax requests.
When some conditions are met, the server will decide to close the
dialog and update a zone in the page.
That requires to send the javascript close command and a zone update
to the browser as response to the event method.

Now I have problems to figure out the best way to do this.
Although there is the MultiZoneUpdate object I can't use it as the
RenderCommand that encapsulates the javascript does not work nicely
with it (leaving the zone name blank gives an error on the
clientside).
 I found another approach on the mailinglist that works but it
involves the PageRenderQueue, which is an internal service.
Is there a better way to achieve what I want?

Regards,
 Markus

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

Reply via email to