Meanwhile I figured out that the getModelObject() of the AutoCompleteTextField allways gives me null. Also if I selected one choice.
While debugging I noticed it is a string. That's why I'm iterating through the choice objects to get back the object represented by the string in the autocomplete and then call setModelObject() with the one that matches. I override convertInput() for this but maybe this is the wrong place? -- View this message in context: http://www.nabble.com/Form-model-update-with-ajax-using-AutoCompleteTextField-tp19954381p19968868.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
