Following code working with TAB and mouse click events but not with "ENTER KEY", do I need to use keycode and handle it? if yes, any examples for multi behavior functionality?
*Wicket 5 is good, but in Wicket 7 it is not working. Code Snippet: -------------------- new MyEventHandlingBehavior("blur", ""){ protected void onUpdate(AjaxRequestTarget target) { FieldSearchTextField.this.onSubmit(target); } } Any help? Thanks.