Re: Multiple onchange AjaxUpdatingBehavior

2007-11-15 Thread Bernard Niset
Thanks for the info. Any ideas for another way to achieve this or a work around? Bernard. Gerolf Seitz wrote: > unfortunately, this is not (yet) possible, and won't be for 1.3. > see [0] for more details... > > Gerolf > > [0] https://issues.apache.org/jira/browse/WICKET-214 > > > On Nov 15, 2007

Re: Multiple onchange AjaxUpdatingBehavior

2007-11-15 Thread Gerolf Seitz
unfortunately, this is not (yet) possible, and won't be for 1.3. see [0] for more details... Gerolf [0] https://issues.apache.org/jira/browse/WICKET-214 On Nov 15, 2007 11:04 AM, Bernard Niset <[EMAIL PROTECTED]> wrote: > Hi, > I would like to use multiple updating behaviors attached to the

Multiple onchange AjaxUpdatingBehavior

2007-11-15 Thread Bernard Niset
Hi, I would like to use multiple updating behaviors attached to the same component (In my case a DropDownChoice). It works for one component, but when I add 2 only one gets updated. Is it possible to do so? I tried initially on wicket-1.2.6, it didn't work, then made the effort to the port to 1.3.0