I figured out how to use it, just as simple as you said, only thing left to
figure out is how to call a jquery function from my class. I'm using
afterRender. 

     void afterRender() {
        javasScriptSupport.addScript(
            "$('%s').observe(Tapestry.ZONE_UPDATED_EVENT, function() { "
//                + "alert('works');"
                + "$('zoneUpdater')"
                + "});",
        shiptoZone.getClientId()); 
    } 



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-Zone-and-jquery-tp4599457p4600289.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