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

2007-04-15 Thread djsnowsill
RequestTarget 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

[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

Re: [Wicket-user] Newbie Question : DropDownChoice

2007-04-14 Thread djsnowsill
Hi Martin, Thanks for your prompt help. I had originally started with quickstart but upon your suggestion I recreated the scenario and it worked as you correctly mentioned. Working through the existing code I realised that I had changed the url-pattern in the web.xml file from /app/* to /* which