Hi, Remove the 'id' attribute from <select> in your markup. Wicket will generate unique ones automatically.
Martin Grigorov Wicket Training and Consulting On Sat, Jan 4, 2014 at 6:53 PM, medb <[email protected]> wrote: > I have exactly the same problem. > > I have tracked the cause: > All AJAX behaviors are bounded to the first element, because all child > elements in a ListView have the same generated HTML ids. > Actually when you trigger an event on first element in ListView the number > of AJAX requests that were sent is equal to the number of elements in > ListView. > > Does anybody know how to fix this? > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/AjaxFormComponentUpdatingBehavior-event-works-only-on-first-element-ListView-tp4662721p4663458.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
