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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to