Thanks for your reply trames!
I've debugged my code and found the solution for my problem :-D
FYI, I'm using PageLink(id, responsePage) component for the Logout process.
When initialize this pagelink component, the response page are created.
This is the real problem for me, since the code below would be executed too.
((WaspSession)Session.get()).logoff(new LoginContext());
PageParameters parameters = new PageParameters();
parameters.put("myParameter", myParameter);
setResponsePage(LoginPage.class, parameters);
So, all I need is to move the code to onClick() method of PageLink
component.
Thanks in advance,
Glo
--
View this message in context:
http://www.nabble.com/Send-Page-Parameter-to-Login-Page-after-Calling-Logoff-Method-tp24049854p24066615.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]