I don't understand. How do I create a textfield and a dropdown in one markup field. And how to synchronize the two contents? I didn't find any example in the wicket examples ...
nino martinez wael wrote: > > Yes it's possible, just make a panel with a drop down and textfield, and > ajax enable both.. It should be simple.. Have you checked the wicket > examples? > > 2010/2/8 Peter Diefenthaeler <[email protected]> > >> >> Hi, >> I'm looking for an example of a ComboBox which is a combination of a >> textfield and DropDownChoice. >> It should be possible to type in a new value and submit it, or to select >> from the values in the DropDownChoice and submit it. >> The AJAX autocomplete example seems to be good, but you have to type in >> one >> character to get a choice ... >> Thanks, Peter >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > -- View this message in context: http://old.nabble.com/Example-for-Combobox-wanted-tp27495901p27534457.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]
