Re: Field with OnChangeAjaxBehavior Not updating.

2012-05-10 Thread jensiator
newConverterLocator in the Application. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Field-with-OnChangeAjaxBehavior-Not-updating-tp4608156p4623294.html Sent from the Users forum mailing list archive at Nabble.com

Field with OnChangeAjaxBehavior Not updating.

2012-05-04 Thread Peter Henderson
I am having a bit of trouble making a required form field update from an ajax button. The field is marked required and has an OnChangeAjaxBehavior. The user deletes the contents of the field Presses an AjaxButton (todo some DB work which yields a new value) Ajax button sets a new value, The

Re: Field with OnChangeAjaxBehavior Not updating.

2012-05-04 Thread Andrea Del Bene
Try calling form.clearInput() after you have updated the value of the models. I am having a bit of trouble making a required form field update from an ajax button. The field is marked required and has an OnChangeAjaxBehavior. The user deletes the contents of the field Presses an AjaxButton