Re: Reg : Wicket cache controls

2021-06-14 Thread sundar saba
Thanks a lot. I will check On Mon, 14 Jun 2021, 18:35 Martin Grigorov, wrote: > Hi, > > On Mon, Jun 14, 2021 at 1:24 PM sundar saba > wrote: > >> Hi all, >> >> I am using wicket and spring security in my project. I >> enabled HTTP headers in spring security .My spring security Ca

Re: Reg : Wicket cache controls

2021-06-14 Thread Martin Grigorov
Hi, On Mon, Jun 14, 2021 at 1:24 PM sundar saba wrote: > Hi all, > > I am using wicket and spring security in my project. I > enabled HTTP headers in spring security .My spring security Cache controls > are overridden by wicket cache controls. Can you all please help me to > disab

Reg : Wicket cache controls

2021-06-14 Thread sundar saba
Hi all, I am using wicket and spring security in my project. I enabled HTTP headers in spring security .My spring security Cache controls are overridden by wicket cache controls. Can you all please help me to disable wicket cache controls in my project

Re: Ajax events invoked twice

2021-06-14 Thread Martin Grigorov
Thanks for sharing this finding, Ilya! On Mon, Jun 14, 2021 at 7:55 AM Ilya Naryzhnyy wrote: > Hello, > > Here is demo project: > https://github.com/PhantomYdn/wicket-bugs/tree/master/doublefire > After some investigation: it seems to be JQuery bug: > https://github.com/jquery/jquery/issues/4652