I think you already answered your own question in your first message: "events.zone.update".

On Thu, 20 Mar 2014 09:28:13 -0300, Martin Nagl <mn...@mtbiker.sk> wrote:

In T5.4, the event "t5:zone:did-update" fires only after zone has been
updated, which is too late to add overlay to the zone.

I need to add the zone overlay just after user clicks on a ajax-enabled
EventLink / ActionLink (including paging and sorting links in Grid), or
just after user submits an ajax-enabled Form - before server starts
processing the request (which may take a few seconds).

In T5.3, one could attach to Tapestry.TRIGGER_ZONE_UPDATE_EVENT, which was being fired before request was sent to server, so it was suitable for this
case. In T5.4, looking at module "t5/core/events" I found no event which
would fire before an ajax request for zone update is sent to server.

Maybe a different approach is needed?


--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to