Re: How to execute javascript from EventListener (T4.1)

2006-09-24 Thread Jesse Kuhnert
Yes, sorry for this. I haven't formalized a plan yet for telling people how to write javascript back in responses as I'm unsure of the API still. (though that will change in the next couple of weeks as I start adding a crapload of new components) The @Script template can be used to handle ajax re

How to execute javascript from EventListener (T4.1)

2006-09-24 Thread Joe Chen
Does anybody have an example of how to execute javascript from an EventListener in Tapestry 4.1? I'd like to implement the Dialog from tacos in T4.1 and also implement some of the tacos effects before updating a component. For instance, In tacos, in order to hide the dialog, a listener would cal