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