check this thread earlier today..
http://www.nabble.com/AutoCompleteTextfield---how-to-populate-two-input-fields-tf4592192.html#a13109510
Can you confirm that its not updated, have you debugged it?
lizz wrote:
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?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]