Re: T4: Async submit client side listeners

2008-06-04 Thread Paul Stanton
Thanks, event.connect should work. Andreas Andreou wrote: I think tapestry.form.submit(formId, submitName, parms) is called for async submit you can dojo.event.connect on it and do stuff when it finishes On Tue, Jun 3, 2008 at 7:19 AM, Paul Stanton [EMAIL PROTECTED] wrote: Hi all,

Re: T4: Async submit client side listeners

2008-06-03 Thread Kalle Korhonen
cycle.getResponseBuilder().addInitializationScript(this, myJavascriptFunction();); Kalle On Mon, Jun 2, 2008 at 9:19 PM, Paul Stanton [EMAIL PROTECTED] wrote: Hi all, I've got a form which is submitted asynchronously as follows: form jwcid=[EMAIL PROTECTED] listener=listener:process

Re: T4: Async submit client side listeners

2008-06-03 Thread Andreas Andreou
I think tapestry.form.submit(formId, submitName, parms) is called for async submit you can dojo.event.connect on it and do stuff when it finishes On Tue, Jun 3, 2008 at 7:19 AM, Paul Stanton [EMAIL PROTECTED] wrote: Hi all, I've got a form which is submitted asynchronously as follows:

T4: Async submit client side listeners

2008-06-02 Thread Paul Stanton
Hi all, I've got a form which is submitted asynchronously as follows: form jwcid=[EMAIL PROTECTED] listener=listener:process async=true input jwcid=[EMAIL PROTECTED] selected=ognl:selected tag=tag value=go/ /form I can add javascript handling before the form is submitted by adding an