Will that work for secondlevelcachesessionstore as well? If so, it
should only be matter of calling
modalWindow.setPageMapName("myWindowPageMap");-Matej On 3/19/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > different pagemaps? > > > > On 3/19/07, Matej Knopp <[EMAIL PROTECTED]> wrote: > > Yes. Two active pages. He passes reference from one page to another. > > The other page modifies the reference. But he doesn't return to the > > previous page using setResponsePage(). That would work, but this is > > not the case. Because here the other page is in an iframe of the first > > page. As far as I know there is no workaround for this atm. Johan, any > > idea? > > > > And yes, this has changed recently, because we have removed > > softreference cache from secondlevelsessionstore, as it had a very bad > > scalability impact. > > > > -Matej > > > > > > On 3/19/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > > > > > > > > > > But. There is bigger problem than this. The problem with two different > > > > instances of one page. I don't see easy solution for this. Normally, > > > > this is not an issue, because if you keep page instance, you usually > > > > call setResposnePage(instance) to get to it. However, this is not the > > > > case with modal window. So if you keep reference to modal window page, > > > > and then change it's state, it won't help you, because wicket reads > > > > the serialized age anyway. > > > > > > > > > so in this scenario there are really 2 "active" pages? > > > > > > johan > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > 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 > > > > > > > > > > > ------------------------------------------------------------------------- > > 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 > > > > > ------------------------------------------------------------------------- > 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 > > ------------------------------------------------------------------------- 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
