Re: Ajax behaviour for multiple elements

2013-10-17 Thread Joachim Schrod
On 10/16/13 11:37, frasese wrote: there is a way to update the status of multiple elements with a single ajax behaviour? For example, if we have two different DropDownChoice elements, each one with its own AjaxFormComponentUpdatingBehavior... when the onchange event is triggered, one has

Re: Ajax behaviour for multiple elements

2013-10-17 Thread frasese
Thanks for both answers!!!. I'm going to try. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-behaviour-for-multiple-elements-tp4661835p4661847.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Ajax behaviour for multiple elements

2013-10-16 Thread Sven Meier
You can use an AjaxFormSubmitBehavior to submit the whole form. Sven On 10/16/2013 11:37 AM, frasese wrote: Hi all, there is a way to update the status of multiple elements with a single ajax behaviour? For example, if we have two different DropDownChoice elements, each one with its own