Re: Clear URL parameters

2010-05-26 Thread Erik van Oosten
If the user only browsed stateless pages up to that point there is no http session, but only a new wicket session for each request. You can call WebSession.bind() to force the creation of a http session. Regards, Erik. Op 24-05-10 17:51, andres.santana wrote: Does redirect affects a

Clear URL parameters

2010-05-24 Thread andres.santana
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

Re: Clear URL parameters

2010-05-24 Thread Mauro Ciancio
: 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

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

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