I would like an auto complete text field for a class that implements
Information 

interface Address{
getCountry();
...
}

I have a class Person that contains an address instance variable and getter
and setter for that variable. (getAddress).

I have some addresses and want to changes the persons address using auto
complete text field, but the address is not updated.

The text field and the choices shall display the name of the country.
new AutoCompleteTextField("atxtfld", new PropertyModel(thisPerson,
"address"),autoCompleteRenderer)

and the render displays the country string of the address choises.

Any idea why the persons address is not updated when the address (and
country) is changed?


-- 
View this message in context: 
http://www.nabble.com/AutoCompleteTextField-for-problem-tf4594361.html#a13115971
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to