I need an AutoCompleteTextField for Wicket which can handle several autocomplete items separated by a comma.
Something like this: http://digitarald.de/project/autocompleter/1-1/showcase/delicious-tags/
|
I need an Something like this: http://digitarald.de/project/autocompleter/1-1/showcase/delicious-tags/ |
||||
|
|
|
Wicket-extensions provides autocomplete features. Add an For instance:
If you are using Maven, just add the following dependency to start using wicket-extensions:
EDIT Seeing that the question is about Multi autocomplete textfields, like the one in this example, you might find the following link useful: Wicket auto-complete text fields. There are a couple of components in there that seem to do just what you need. You might also find this discussion and this one in the Apache Wicket User list useful. You'll find a couple of links there to projects that seem to also have this component: interwicket and WicketHub |
|||||||||||||
|
|
|
|||
|
|
I could resolve the problem by Ajax in wicket as the following
|
|||
|
|