> OnChangeAjaxBehavior is the right way.
> It uses either 'input' event when supported or 'cut'+'paste'+'keydown'
> when
> 'input' is not supported by the browser.
> Which browser do you use ?

Tested with IceWeasel 24.4.0, Chrome 33 for Linux and Firefox 27 for Windows.

>
> You can always use AjaxFormComponentUpdatingBehavior("keyup") but it will
> fire even when you use keys like ESC, F2, etc. You can filter those with
> AjaxCallListener's precondition.

But I haven't any forms. May I use AjaxFormComponentUpdatingBehavior
nevertheless?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to