Do you mean the RedirectPage in the library application? If so, can you explain why such a page is needed to logout? I thought that Session.invalidate() waits until after the request is finished anyway?
On 3 May 2006, at 16:04, Johan Compagner wrote: yeah that could work. But that is really ugly.
johan
On 5/3/06, Timo Stamm <[EMAIL PROTECTED]> wrote: Johan Compagner schrieb: > that is currently not possible
What about using the RedirectPage?
(I think it's ugly, but it should work)
Timo
> we don't have a PageMap.redirectToInterceptPage(final Class pageClass) > only a Page > > can you add a feature request for this? > > johan > > > On 5/3/06, John Patterson <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I would like users to be able to bookmark my login page with a nice >> link. I have mounted the page and tested that this link does indeed take >> you to my LoginPage. However, when users are redirected to this page by >> redirectToInterceptPage the page url is not the bookmarkable one >> (/member/login) but /member?wicket:interface=:0:: >> >> What can I do to make Wicket use the bookmarkable url when it redirects >> users to the login page? >> >> Thanks, >> >> John. >> >> >> >> ------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Wicket-user mailing list >> Wicket-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> >
------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user
|