or you can use this one- http://cwiki.apache.org/confluence/display/WICKET/Autocomplete+using+a+W icket+model
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Gravener Sent: Monday, October 13, 2008 9:17 AM To: [email protected] Subject: Re: 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 the choice Objects works fine, but when I select an entry 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-AutoCompleteTe > xtField-tp19954381p19954381.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] > > -- Ryan Gravener http://twitter.com/ryangravener --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
