> It seems like mountBookmarkablePage method tries to instantiate the > pages. These pages always need PageParameters (they use this to process > the o= parameter so they can determine the organization to display). > Their constructors that take no parameters don't do anything because > they won't be used but it seems like when mounting a bookmarkable page > these pages are instantiated with the parameterless constructor.
We still need even more stack trace :) mountBookmarkablePage shouldn't (and doesn't as far as I can see) construct instances. Why/ by which code is LocationPage getting constructed outside of a session? Eelco ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
