If I implement all 3 steps in the same onchange event, then step 3 would
remove the text in step 1, resulting in no text being seen on the page.

Yazeed Isaacs - Java Developer
yaz...@transactionjunction.co.za



-----Original Message-----
From: Martin Makundi [mailto:martin.maku...@koodaripalvelut.com] 
Sent: 07 January 2009 02:30 PM
To: users@wicket.apache.org
Subject: Re: DropDownChoice onchange event with AjaxEventBehaviour

Why not implement all actions within the same onchange?

**
Martin

2009/1/7 Yazeed Isaacs <yaz...@switch.tj>:
> Hi
>
> I have a select box with an AjaxEventBehaviour linked to its onchange
> event.
>
> I want to perform the following but I need some help.
>
> When onchange occurs the following steps are implemented using the
> AjaxRequestTarget:
>
> 1. Update a WebMarkupContainer containerA with the words
"processing..."
> 2. Update a WebMarkupContainer containerB with a DataView table.
> 3. Update containerA to display empty, ie. No words.
>
> How could I implement step 1 during the onchange event, and then have
> steps 2 & 3 execute after the onchange event?
>
>
> Regards,
> Yazeed Isaacs - Java Developer
> yaz...@transactionjunction.co.za
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to