Hi Landgeo, 

Your code should look something like this

    void afterRender() {
            js.addScript("$('#%s').bind(Tapestry.ZONE_UPDATED_EVENT,
function() { "
                    + "yourMethod()"
                    + "});", yourZone.getClientId());
    }

Hope that helps. 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Got5-JQuery-Tapestry-Zone-Updated-Event-tp5103466p5630913.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