Your jquery selector is wrong I think it has to be $('#mediaZone'). So with
the "#" as it's the id attribute.

Also I always use jqueries "bind" function. Not sure if thats the problem
though.

$('#mediaZone').bind(Tapestry.ZONE_UPDATED_EVENT, function(event) {
   ...
}

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-ZONE-UPDATED-EVENT-issue-tp5708402p5710659.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to