Good question, pretty much javascript work. I'm curios know your final
solution.

One fine solution is to create an subclass of
AjaxFormComponentUpdatingBehavior to onchange event. On this behavior you
can put your javascript rules. Take a look at OnChangeAjaxBehavior to see
how it could be done.

On Mon, Sep 21, 2009 at 10:03 AM, Boydens Joeri (OZ) <joeri.boyd...@oz.be>wrote:

> Hi,
>
>
>
> We are rewriting an old fat client application to a more elegant web
> application based on Wicket.  In the requirements they state that the
> users of the fat client application do all input with the right side of
> their keyboard and want to keep it that way.
>
>
>
> One special requirement is that navigating between fields should be done
> with the ' + ' symbol on the right hand keypad instead of the 'tab' key.
> When navigating between fields there is also happing validation on the
> server side, so an ajax call will be necessary.
>
>
>
> How would you do this in an elegant and generic way ?
>
>
>
> Joeri
>
>
>
>
>
>
>
>

Reply via email to