maybe this can help, havent tried it myself https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-objectautocomplete/
-igor On Fri, Oct 17, 2008 at 8:38 PM, m_salman <[EMAIL PROTECTED]> wrote: > > Hi, > > I am really happy with what wicket has allowed me to do with Ajax and all > that. I have just implemented an AutoCompleteTextfield. It is very nice > but I would like to improve it so that the user is restricted to items in > the list. So, the list is shown when the user types the first one or two > characters (I have done that) and the list changes as the user keeps on > typing. But in the end if the user types some thing that is not part of > the > list then the field should stop him from entering anything. So it should > be > a restricted AutoCompleteTextfield or may be a DropDown that allows the > user > to enter some data before the list is shown. > > Also how can I use objects with name, id in the list so that I get the > selected object? > > Any advice about these will be appreciated. > > Thanks, > > -Mohammad > -- > View this message in context: > http://www.nabble.com/retricted-AutoCompleteTextField-tp20043898p20043898.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] > >