RE: Wicket Auto complete text Issue

2008-04-26 Thread Hoover, William
(); } }); -Original Message- From: Ricky [mailto:[EMAIL PROTECTED] Sent: Friday, April 25, 2008 3:09 PM To: users@wicket.apache.org Subject: Re: Wicket Auto complete text Issue Hi, I took a look at the solution below, unfortunately the above solution doesn't work because

Wicket Auto complete text Issue

2008-04-25 Thread Ricky
Hi, I am trying to get a model object when an autocomplete selection is made; but model object comes back as a string rather than the model that was selected. Is there a way to get the selected Model (Actor) in the example below ? final AutoCompleteTextField actorAutoComplete = new

Re: Wicket Auto complete text Issue

2008-04-25 Thread Ryan Gravener
Take a look at http://www.nabble.com/1.3%2C-resource-locator-and-properties-to16707905.html#a16708440 control+f to help wanted for autocomplete On Fri, Apr 25, 2008 at 12:29 PM, Ricky [EMAIL PROTECTED] wrote: Hi, I am trying to get a model object when an autocomplete selection is made; but

Re: Wicket Auto complete text Issue

2008-04-25 Thread Ricky
Hi, I took a look at the solution below, unfortunately the above solution doesn't work because if the model in getTextValue( ) method is set (for the containing panel or any component for that matter) the *last* choice is selected and set as a model instead of the right one. It works only when