Re: tapestry 5 intercepting ajax call

2009-11-28 Thread Juan E. Maya
Hi, when a Zone is update it raises a javascript event that u could listen to using prototype. check: http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Zone.html "After the client-side content is updated, a client-side event is fired on the zone's ele

tapestry 5 intercepting ajax call

2009-11-28 Thread kamiseq
hi, I read a bit about Ajax in tapestry (so I can use zones or mixins) but there is one thing that I really doesn't understand. let say I have two zones t:id="*zoneA*" and t:id="*zoneB*" with style * display:none* (only zoneA is visible by default). so now I click on actionLink (*B*) that will do