Re: FlushSession never called on AjaxFormComponentUpdatingBehavior

2022-05-25 Thread Wayne W
Hi Sven, Many thanks. I've built 9,x and the changes seem to be there, but I still have the issue. I will try and create a quickstart reproducing this issue and get back to you. Wayne On Wed, May 25, 2022 at 8:34 AM Sven Meier wrote: > Hi Wayne, > > I've pushed a fix to > >

Re: FlushSession never called on AjaxFormComponentUpdatingBehavior

2022-05-25 Thread Sven Meier
Hi Wayne, I've pushed a fix to https://github.com/apache/wicket/tree/WICKET-6981-session-attributes-not-set Are you able to test this on your setup? Regards Sven On 24.05.22 10:43, Wayne W wrote: Hello Sven, Any update on this? Many thanks On Mon, May 16, 2022 at 11:40 AM Sven Meier

Re: Reg : Multiple versions of jQuery's are loaded on same page causing conflict

2022-05-25 Thread sundar saba
Hi Martin, Thanks, I will try as suggested. >

Re: Reg : Multiple versions of jQuery's are loaded on same page causing conflict

2022-05-25 Thread Martin Grigorov
Hi, You could use 1) IHeaderResponseDecorator to filter out the JavaScriptResourceReference for 2.x completely - check https://nightlies.apache.org/wicket/guide/9.x/single.html#_put_javascript_inside_page_body 2) resource replacement (to replace 2.x with 3.x on the fly) - check