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]

Reply via email to