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] > >
