[Wicket-user] Strange Popup Behavior After Logout/Session.invalidate()

2007-04-20 Thread fattymelt
So... someone comes to my app and logs in. The get a page which includes a popup link to AppPage. The link is constructed like so In StartPage.java: PopupSettings popupSettings = new PopupSettings(PageMap.forName(popuppagemap)); add(new BookmarkablePageLink(app-page,

Re: [Wicket-user] Strange Popup Behavior After Logout/Session.invalidate()

2007-04-20 Thread fattymelt
This doesn't really help me, but it might help someone to help me When I logout in the parent window, and end up on the login screen, the URL I am at ends with /app?wicket:bookmarkablePage=:com.it.ediscovery.client.authentication.AdminSignInPage while the URL I end up with in the pop-up once