I have a model which backs a form.
One of the fields in the model is a custom object type, City.
In the form I have a field defined as AutoCompleteTextField<City>.
This is populated with a list of City objects, and because City.toString()
is overriden, everything displays nicely in the list.
However, when a city is chosen, the model does not appear to be getting
updated. I cannot find another way to access the City object which was
selected.
Can anyone help?


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AutoCompleteTextField-which-uses-an-Object-not-a-String-tp3596762p3596762.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to