Re: [Wicket-user] Capture Selection of a AutoCompleteTextBox

2007-04-15 Thread djsnowsill
Answering my own question: use new AjaxFormComponentUpdatingBehavior("onchange") for example: suggestField.add(new AjaxFormComponentUpdatingBehavior("onchange") { protected void onUpdate(AjaxRequestTarget target) { target.

[Wicket-user] Capture Selection of a AutoCompleteTextBox

2007-04-15 Thread djsnowsill
Hi All, I was wondering if it is possible to capture the user selection of a AutoComplete Text Box? I have tried capturing lostFocus and other events but nothing seems to work. Thanks for your help David -- View this message in context: http://www.nabble.com/Capture-Selection-of-a-AutoComplet