I have had a look at the  AutoCompleteTextField component and although it
looks promising, it will require some extended functionality.

In particular if the getChoices(String input) method only returns one
choice, then that value should be entered into the test field.

What is the best approach to do this?

Should I extend the AutoCompleteTextField to change AutoCompleteBehavior
behaviour (presumably by changing the OnRequest(..) method somehow .

Or should I add some Javascript magic to my Html Page (for me Javascript is
pure magic!)


What comes close is Wicket's autocompletion field. It works just like
google's autocompletion. It is quite flexible and easy to use.>

Regards,
Erik.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to