Re: [Wicket-user] AjaxFormComponentUpdatingBehavior for multiple elements?

2007-03-28 Thread Igor Vaynberg
you should be able to write your own behavior that does what you want easily. just look at how formcomponentupdating one works. -igor On 3/28/07, ChuckDeal <[EMAIL PROTECTED]> wrote: Is there a way to store the value of multiple form components using AjaxFormComponentUpdatingBehavior? Is th

[Wicket-user] AjaxFormComponentUpdatingBehavior for multiple elements?

2007-03-28 Thread ChuckDeal
Is there a way to store the value of multiple form components using AjaxFormComponentUpdatingBehavior? Is there already a behavior that does this? I have used the AjaxFormSubmitBehavior in another part of my app and it is slllooo and wouldn't have acceptable performance for what I am trying