Hi,

Your question is not very clear.
Could you please explain the workflow ?
On what kind of component you assign this behavior ? What interactions do
not lead to the fire of the event ?

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Sep 1, 2017 at 5:41 PM, durairaj t <durairaj....@gmail.com> wrote:

> 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.
>

Reply via email to