Re: AjaxFormComponentUpdatingBehavior broken after invalid submit

2011-10-28 Thread Martin Grigorov
of the request - -- Regards, Hans http://cantaa.de -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxFormComponentUpdatingBehavior-broken-after-invalid-submit-tp3945964p3946955.html Sent from the Users forum mailing list archive at Nabble.com

Re: AjaxFormComponentUpdatingBehavior broken after invalid submit

2011-10-28 Thread Russell Pitre
/AjaxFormComponentUpdatingBehavior-broken-after-invalid-submit-tp3945964p3946955.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail

AjaxFormComponentUpdatingBehavior broken after invalid submit

2011-10-27 Thread Russell Pitre
Wicket 1.5.1 I have a DropDownChoice with an AjaxFormComponentUpdatingBehavior(onchange) behavior attached to it, when a value is chosen in the dropdown the selected value is used to lookup data via a service call and then update other textfields in the form. This works great until you use the

Re: AjaxFormComponentUpdatingBehavior broken after invalid submit

2011-10-27 Thread Hans Lesmeister 2
Hi, did you already try a call to form.modelChanged() in onUpdate? - -- Regards, Hans http://cantaa.de -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxFormComponentUpdatingBehavior-broken-after-invalid-submit-tp3945964p3946955.html Sent from the Users