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
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