Answering my own question: use new AjaxFormComponentUpdatingBehavior("onchange")
for example: suggestField.add(new AjaxFormComponentUpdatingBehavior("onchange") { protected void onUpdate(AjaxRequestTarget target) { target.addComponent(aContainer); return; } }); Regards David djsnowsill wrote: > > 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-AutoCompleteTextBox-tf3579156.html#a10001397 Sent from the Wicket - User mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/wicket-user