Hello,
I'm using wicket 7.

I have a page with an input form.
The first input field used to be a DropDownChoice.
When user selected the description from the DropDownChoice, then the id was
provided behind the scenes and on form save, the model bounded to the form
was updated.

The new requirement is to replace the DropDownChoice with
AutoCompleteTextField component.

I have managed to implement the AutoCompleteTextField and alow user to
search for description. However after save of form and then refresh, or
after entering the form in edit mode, the value displayed in the
AutoCompleteTextField is the id, not the description.
 
Could you please indicate how to do so that the description is the one
always displayed? 

Thank you so much.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AutoCompleteTextField-in-input-form-does-not-display-description-but-id-tp4675629.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to