Hi all, I am trying to implement a "loading" indicator for zone updates in Tapestry 5.4. Something like this, but for T5.4: http://code.google.com/p/flowlogix/source/browse/tapestry-services/src/main/resources/com/flowlogix/web/mixins/spinner-zone-overlay.js
In T5.3 you can use: $(document.body).on(Tapestry.TRIGGER_ZONE_UPDATE_EVENT, addZoneOverlay) Is there a corresponding event in T5.4? I only found "events.zone.update", which is triggered when zone is being updated. Has anybody tried to implement this in T5.4? Thanks Martin