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
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
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