RE: Form model update with ajax using AutoCompleteTextField

2010-08-04 Thread armandoxxx
= autocompleteSearchField.findChoice(); how do you do it ? Kind regards Armando -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Form-model-update-with-ajax-using-AutoCompleteTextField-tp1872823p2313453.html Sent from the Wicket - User mailing list archive at Nabble.com

RE: Form model update with ajax using AutoCompleteTextField

2008-10-17 Thread kerim bey
number:12345 How can I get the preset value get converted like the choices? -- View this message in context: http://www.nabble.com/Form-model-update-with-ajax-using-AutoCompleteTextField-tp19954381p20030992.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Form model update with ajax using AutoCompleteTextField

2008-10-14 Thread kerim bey
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

Form model update with ajax using AutoCompleteTextField

2008-10-13 Thread kerim bey
works. What is missing? -- View this message in context: http://www.nabble.com/Form-model-update-with-ajax-using-AutoCompleteTextField-tp19954381p19954381.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Form model update with ajax using AutoCompleteTextField

2008-10-13 Thread Ryan Gravener
the ModelObject (using a CompoundPropertyModel) of the Form is not updated. Calling setModelObject() doesn't seem to have any effect. Using a DropDownChoice the same way works. What is missing? -- View this message in context: http://www.nabble.com/Form-model-update-with-ajax-using

RE: Form model update with ajax using AutoCompleteTextField

2008-10-13 Thread Hoover, William
: Form model update with ajax using AutoCompleteTextField You can search the archives for the answer to this one. Essentially the model object for autocomplete is just a string. On 10/13/08, kerim bey [EMAIL PROTECTED] wrote: Hi! I have problems with using an AutoCompleteText field. Loading

Re: Form model update with ajax using AutoCompleteTextField

2008-10-13 Thread Lutz Müller
i also do it in convertInput(). So even if it should be the wrong place, it does work, and you are not alone with this solution ;) On Monday 13 October 2008 15:40:22 kerim bey wrote: While debugging I noticed it is a string. That's why I'm iterating through the choice objects to get back the

Re: Form model update with ajax using AutoCompleteTextField

2008-10-13 Thread kerim bey
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Form-model-update-with-ajax-using-AutoCompleteTextField-tp19954381p19956343.html Sent