You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Roman Zechner <ro...@Liland.at> on 2009/05/28 12:28:04 UTC

LogoutPage: PageParameters not set after redirecting to LoginPage

hi all,

we are having a strange problem with page parameters. when the user logs 
out we call LogoutPage:
...
PageParameters parameters = new PageParameters();
parameters.put("client", signature);
setResponsePage(LoginPage.class, parameters);


in LoginPage we do:
...
String signature = params.getString("client");   
...
but signature is empty ... any idea how this can happen?

thanks in advance, roman

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org