if i understand correctly you need a "multi" autocompleter. do you mean something like this? http://digitarald.de/project/autocompleter/1-1/showcase/delicious-tags/ (i have integrated it with wicket, it's indeed used when you edit topics of a module in wickethub).
francisco On Mon, Dec 15, 2008 at 8:36 PM, Graeme Knight <[email protected]> wrote: > > Hi. > > Couldn't find an answer but perhaps this is a common thing to want to do: > > Using an AutoCompleteTextField I want to allow the user to select choices as > he types, then update the text area by appending the selected choice. > Similar to the way a web mail application would allow a user to type email > address after email address and see them appended to the text field. > > Is there an easy way to achieve this? > > Many thanks, Graeme. > -- > View this message in context: > http://www.nabble.com/Autocomplete-text-concatenation-tp21020322p21020322.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
