Hello,

How is it possible to add event behavior for the document?

I tried this one, but it didn't work:

add(new AjaxEventBehavior("onkeypress"){
  @Override
  protected void onEvent(final AjaxRequestTarget target) {
      LOG.debug("keypress");
  }
  });

Reply via email to