Actually, the page became invalid because I missed the closing tag for <wicket:link> in the html, only had <wicket:link> and not the </wicket:link>.
This caused: ERROR org.apache.wicket.RequestCycle - unexpected exception when handling another exception: Expected close tag for <wicket:link> which invalided the page. So missing wicket end tags can also cause pages to become invalid. Edwin Ansicodd wrote: > > Thank you for all the comments! > > The Page Expired seemed to result because I had in my WebApplication: > > > mountBookmarkablePage("homepage", InitialPage.class); > > But InitialPage extended a different base page as the search page I was > using. I changed InitialPage to use the same base page and then Page > Expired no longer appeared. > > > -- View this message in context: http://www.nabble.com/What-does-Page-Expired-mean--tp22327219p22368125.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