Re: [T4]: Execute arbitrary JS from EventListener

2007-12-27 Thread Jesse Kuhnert
You can always call any of the various addScript methods available on ResponseBuilder(IScriptProcessor). This was previously broken if called within a listener method but has since been fixed in at least the 4.1.4-SNAPSHOTs. On Dec 27, 2007 12:39 PM, Kevin Menard <[EMAIL PROTECTED]> wrote: > Hey

Re: [T4]: Execute arbitrary JS from EventListener

2007-12-27 Thread Martino Piccinato
I think you are looking for http://tapestry.apache.org/tapestry4.1/jsdoc/index.html in particular for http://tapestry.apache.org/tapestry4.1/jsdoc/files/fx-js.html On Dec 27, 2007 6:39 PM, Kevin Menard <[EMAIL PROTECTED]> wrote: > Hey all, > > I have the need to call arbitrary JS after updating

[T4]: Execute arbitrary JS from EventListener

2007-12-27 Thread Kevin Menard
Hey all, I have the need to call arbitrary JS after updating components from an EventListener. The use case is the following: If client-side validation is disabled I show a div that display the error message. When a form is submitted asynchronously, I can update the contents of the div, but the