Hi, Turns out it was a problem with serialization, which didn't show up in our logs. False alarm.
Regards, Stepan. On Tue, 5 Oct 2021 at 18:40, Martin Grigorov <mgrigo...@apache.org> wrote: > Hi, > > On Tue, Oct 5, 2021, 17:37 Stepan Samarin <s...@discovergy.com> wrote: > > > 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. > > > > Please try to reproduce it in a quickstart application. > Attach it to a ticket in JIRA and we will take a look! > > > > Regards, Stepan Samarin. > > >