Hello,

After migration to Wicket 9 we started to experience the following problem:

Form has 3 AjaxSubmitLink elements. First one is pressed, onSubmit is
invoked, makes another one visible, target.add is called on both form and
that other button.
Now - press the other button, onSubmit is NOT invoked, form gets closed and
page is reloaded.

I tried to replace AjaxSubmitLink with AjaxButton - same reaction. To me it
seems like ajax stops working after the first call.

Regards, Stepan Samarin.

Reply via email to