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" 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 > onclick handler to the submit button, but is there a way to call javascript > after the form is submitted - ie directly after async request has been made? > > Thanks, Paul. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >