Okay, I can confirm setting the pagemap works (but only with most
recent version of wicket). Anyway, the fragility is still there I'm
afraid.

On 3/19/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
> Well, I guess it should work then. Still, it seems to be quite fragile
> solution to me. Because as soon as the original page moves to disk
> (e.g. in another tab you visit another page in that pagemap) you lose
> all changes to the page.
>
>
>
> On 3/19/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
> > yes every pagemap has an active page.
> >
> >
> >
> > On 3/19/07, Matej Knopp <[EMAIL PROTECTED]> wrote:
> > >
> > > 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
> > >
> >
> >
> > -------------------------------------------------------------------------
> > 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

Reply via email to