Finally I got it working by adding as you told:

Tapestry.Initializer.load = function load(jsonObject){
..
errorText.text(jsonObject.m1)

}

and ot in the very begining of the call:

jQuery(document).bind(Tapestry.ZONE_UPDATED_EVENT, function(e){ 
        //load(m1,m2,m3,m4,m5,m6,m7,m8,m9,m10,m11,m12);
        load(jsonObject);
});
It works, THANK YOU!

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Difference-between-renderSupport-addScript-and-JSON-addInit-function-JSON-Object-tp5105620p5119608.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