this is pure JavaScript just register a listener for 'keydown' event for all required fields (probably the ones with tabindex) and if the event's key code is the one for '+' on the keypad (I don't know it) then just call this.blur() which will move the focus to the next field.
El lun, 21-09-2009 a las 15:03 +0200, Boydens Joeri (OZ) escribió: > 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 > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org