I think the use case is doable with wicket.  But I'm really not a guru in
Javascript and CSS (That is why I like wicket, it is done for me.), but the
functionality can need you to implement your own component. (I don't know
enough of the autocomplete field to know if is can suite your demands...)

Nothing is impossible, it depends on your skills(Javascript + CSS) and the
amount of time you want to invest in it...

On 4/2/07, richard schmidt <[EMAIL PROTECTED]> wrote:

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


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