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

2022-05-31 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-31 Thread Martin Grigorov
On Tue, May 31, 2022 at 1:03 PM sundar saba wrote: > Hi all, > > Based on your solution my actual problem is solved. May I know from > where another version of jQuery v2.2.4 is loaded? And I know that jQuery > v3.6.0 is loaded from the "JavaScriptLibrarySettings" class by default. > I'd bet

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

2022-05-31 Thread Maxim Solodovnik
Can you share quick-start project? from mobile (sorry for typos ;) On Tue, May 31, 2022, 17:03 sundar saba wrote: > Hi all, > > Based on your solution my actual problem is solved. May I know from > where another version of jQuery v2.2.4 is loaded? And I know that jQuery > v3.6.0 is loaded

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

2022-05-31 Thread sundar saba
Hi all, Based on your solution my actual problem is solved. May I know from where another version of jQuery v2.2.4 is loaded? And I know that jQuery v3.6.0 is loaded from the "JavaScriptLibrarySettings" class by default.

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

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

2022-05-24 Thread sundar saba
Hi all, I am using wicket v9.10.0 in my project. wherever we use both select2 choice components from wicket-stuff and Highcharts in the same page, it loads multiple versions of jQuery specifically v2.2.4 and v3.6.0. This causes conflicts and leads to highchart not displayed. However,