Re: [5.4] Zone's initial visibility

2014-08-08 Thread Nathan Quirynen
Hi, You could make use of a property to hide/show the content of the zone: Page.class - @Inject private AjaxResponseRenderer ajaxResponseRenderer; @InjectComponent private Zone someZone; @Property private boolean show; void onSomeEvent() { show = true; ajaxResponseRenderer.add

Re: [5.4] Zone's initial visibility

2014-08-07 Thread Bob Harner
I've wondered the same thing. I believe it was part of the clearing out of client-side JavaScript effects that relied on Scriptaculous. http://tapestry.apache.org/ajax-and-zones.html says: "For 5.4, there are client-side events that are triggered before and after changes to the Zone; listeners on t