Reacting to AutoCompleteTextField choice selection event

2010-08-20 Thread Alexandros Karypidis
Hi, I have an AutoCompleteTextField, for which I need to react to user selections from the choices list. For example, if a user enters Au and the choices Austria and Australia are shown, I need to be able to execute some code via a callback if the user scrolls down to one of the two choices

Re: Reacting to AutoCompleteTextField choice selection event

2010-08-20 Thread Alexandros Karypidis
Hi, I have an AutoCompleteTextField, for which I need to react to user selections from the choices list. For example, if a user enters Au and the choices Austria and Australia are shown, I need to be able to execute some code via a callback if the user scrolls down to one of the two

Re: Reacting to AutoCompleteTextField choice selection event

2010-08-20 Thread Igor Vaynberg
you should be using objectautocompletetextfield in wicket-stuff -igor On Fri, Aug 20, 2010 at 1:01 PM, Alexandros Karypidis akary...@yahoo.gr wrote:  Hi, I have an AutoCompleteTextField, for which I need to react to user selections from the choices list. For example, if a user enters Au and