I have an AutoCompleteTextField which searches for a person object. When a person is selected from the auto complete, I want to update the panel and the model with the person’s information. I have tried adding an AjaxFormComponentUpdatingBehavior, but it gets called twice. Once with the text entered by the user, and the second with the text from the auto complete. How do I capture just the selection event?
Thanks -- View this message in context: http://www.nabble.com/AutoCompleteTextField-user-selection-tp15634452p15634452.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
