In tapestry.js (5.0.12-SNAPSHOT) in the zone processing stuff there is a 'reply.script' - if I read the code correctly what happens when you do a zone update is that reply.content is updated into the zone div and then, if present, reply.script is evaluated. I really want to find out how to place a script into that object so that I can run some special effects on successful submission of my form. Since we are returning the zone in the onSuccess() I would love to be able to write 'myZone.addUpdateScript(myScript); return myZone()'.
Life is rarely that simple but is there any way I can accomplish the same thing? -- View this message in context: http://www.nabble.com/How-to-make-use-of-reply.script-tp17110208p17110208.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]