Re: T4-AJAX executing client side script from an async listener

2008-03-30 Thread Paul Stanton
yes it's 4.1.5, how would i do that andreas? I find the documentation on this stuff very limited. p Andreas Andreou wrote: Can't you conditionally include a @Script in the response? Also, that's on 4.1.5, right? On Fri, Mar 28, 2008 at 1:32 AM, Paul Stanton <[EMAIL PROTECTED]> wrote: Hi a

Re: T4-AJAX executing client side script from an async listener

2008-03-27 Thread Andreas Andreou
Can't you conditionally include a @Script in the response? Also, that's on 4.1.5, right? On Fri, Mar 28, 2008 at 1:32 AM, Paul Stanton <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a form which is handled via an async listener, which currently > just does some component updates: > > ResponseB

T4-AJAX executing client side script from an async listener

2008-03-27 Thread Paul Stanton
Hi all, I have a form which is handled via an async listener, which currently just does some component updates: ResponseBuilder builder = getRequestCycle().getResponseBuilder(); builder.updateComponent("dataPanes"); builder.updateComponent("filterSubmit"); But now I need to be able to execute