Re: Clear URL parameters

2010-05-24 Thread andres.santana

How setRedirect(true) affects WebSession?

-
--
arsh
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Clear-URL-parameters-tp2228705p2229073.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Re: Clear URL parameters

2010-05-24 Thread andres.santana

Does redirect affects a Custom Session? I mean using setRedirect(true) works
but something I set in the WebSession is lost.

-
--
arsh
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Clear-URL-parameters-tp2228705p2228758.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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



Clear URL parameters

2010-05-24 Thread andres.santana

A non-wicket application redirects to my wicket application with an URL full
of parameters: for example 
http://mypc/myapp/auth?param1=value1¶m2=value. I receive this request in
an intermediate page, and then I want to redirect to another page using
setResponsePage(), but the URL keeps all this parameters, and I want to have
a clear URL. I've mounted the page but it never removes URL parameters...
Any ideas?

-
--
arsh
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Clear-URL-parameters-tp2228705p2228705.html
Sent from the Wicket - User mailing list archive at Nabble.com.

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