RE: AJAX: form components not being updated

2008-01-30 Thread Michael Mehrle
I called it on the form, which houses the model and it worked :-) Thanks a bunch Igor! Michael -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 6:02 PM To: users@wicket.apache.org Subject: Re: AJAX: form components not being updated

Re: AJAX: form components not being updated

2008-01-29 Thread Igor Vaynberg
ty) one is a CompoundPropertyModel. > > Michael > > > -Original Message- > From: Michael Mehrle [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 29, 2008 3:58 PM > To: users@wicket.apache.org > Subject: AJAX: form components not being updated >

RE: AJAX: form components not being updated

2008-01-29 Thread Michael Mehrle
: AJAX: form components not being updated I've got something similar to this call: myAutoCompleteTextField.add(new AjaxFormSubmitBehavior(form, "onchange") { protected void onSubmit(AjaxRequestTarget target) { S

AJAX: form components not being updated

2008-01-29 Thread Michael Mehrle
I've got something similar to this call: myAutoCompleteTextField.add(new AjaxFormSubmitBehavior(form, "onchange") { protected void onSubmit(AjaxRequestTarget target) { String selection = myAutoCompleteTextField.getModelObjectAsString(); MyPOJO backingModel = someF