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: One button in a form shall show result in new tab

2022-05-31 Thread Joachim Schrod
Hi, Martin Grigorov writes: > > On Tue, May 31, 2022 at 6:50 AM Joachim Schrod wrote: > > > > So I need to have the > > following functionality for this button: > > -- Before the submit, a target attribute "_blank" get's added to the > > form. > > -- The form is submittet, by this button

Written in Wicket, OneDev UI is 10x~30x faster than GitLab

2022-05-31 Thread OneDev
Dear wicket users, Just want to share my recent performance comparison of OneDev, which is written in Wicket, with GitLab: https://robinshen.medium.com/performance-compasion-of-onedev-and-gitlab-c11fc27b25be Robin - To unsubsc

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 it

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 fr

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.