Hi, wicket users!

Is there any way to send a page parameter to the login page after calling 
logoff() method in a logout page?


((WaspSession)Session.get()).logoff(new LoginContext());
        
PageParameters parameters = new PageParameters();
parameters.put("myParameter", myParameter);
setResponsePage(LoginPage.class, parameters);

I've tried it so many times, I got no idea how to get the parameter.

Does anyone have idea?

 Thanks in Advance,
Glo


      

Reply via email to