Re: rememberMe not working in 6.19

2015-04-28 Thread Martin Grigorov
On Apr 28, 2015 4:54 PM, "vp143" wrote: > > Great! So I assume that will be available in 6.20? Yes > Is there an ETA for that? Should be soon. It's been a while since 6.19 > > -- > View this message in context: http://apache-wicket.1842946.n4.nabble.com/rememberMe-not-working-in-6-19-tp4670527

Re: load JS after page refresh

2015-04-28 Thread Chris
Perfect, thanks a lot! Chris > Am 27.04.2015 um 13:21 schrieb Sven Meier : > > Hi, > > I've tried your sample project and identified the problem: > > Since you're adding the whole page to the AjaxRequestTarget, Wicket will > immediately issue a redirect to the current page. > But at the end

Re: rememberMe not working in 6.19

2015-04-28 Thread vp143
Great! So I assume that will be available in 6.20? Is there an ETA for that? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/rememberMe-not-working-in-6-19-tp4670527p4670533.html Sent from the Users forum mailing list archive at Nabble.com. ---

Re: rememberMe not working in 6.19

2015-04-28 Thread Martin Grigorov
It is fixed already. On Apr 28, 2015 12:32 PM, "Maxim Solodovnik" wrote: > This is known behavior, hopefully will be fixed in the next version :) > > On Tue, Apr 28, 2015 at 3:29 PM, Vishal Popat > > wrote: > > > Hi, > > > > I am currently using wicket 6.16 and wanting to upgrade to 6.19. > > I

Re: rememberMe not working in 6.19

2015-04-28 Thread Maxim Solodovnik
This is known behavior, hopefully will be fixed in the next version :) On Tue, Apr 28, 2015 at 3:29 PM, Vishal Popat wrote: > Hi, > > I am currently using wicket 6.16 and wanting to upgrade to 6.19. > I am using a LoginPanel using the rememberMe feature something like this: > >

rememberMe not working in 6.19

2015-04-28 Thread Vishal Popat
Hi, I am currently using wicket 6.16 and wanting to upgrade to 6.19. I am using a LoginPanel using the rememberMe feature something like this: IAuthenticationStrategy strategy = getApplication().getSecuritySettings().getAuthenticationStrategy(); i