Closed Patrick1701 closed 8 years ago
Oops, seems to be a javascript error in the page rendering... Thanks for reporting, Patrick!
Maybe for 6.25.1? :-D
humm, seems to be wicket related or a wrong usage which was tolerated before. I will try to investigate later...
WARN - AjaxButton - unexpected invocation of #onSubmit() on [AjaxButton [Component id = button]]
The issue was actually due to an empty effect at the JQueryEffectContainer
initialization, which was attempted to be played. Somehow, it used to break something in the javascript, leading to weird behaviors...
Ok, sounds a bit like, I also have to do some changes concerning effects, right? Or should it work again out-of-the-box? (also needed for 6.25.1)
It should work back as normal, and the commit will be part of 6.25.1
You can checkout wicket6.x
branch and test the sample if you would like to double check...
Hi Sebastien, just found a bug in the JQueryEffectContainer.
kind regards Patrick