Sweet, missed it when joco did it a month ago :) Thanks! -Igor
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Johan Compagner > Sent: Friday, August 12, 2005 1:26 PM > To: [email protected] > Subject: Re: [Wicket-develop] Page/Pagemap question > > if you hold a reference to a page (serialized or not) and > that page is dropped out of the pagemap on the long run. Then > it should be added back to it when you set it again as a > responsepage.. > > private final void respond() throws ServletException > { > // Get any page that is to be used to respond to the request > final Page page = getResponsePage(); > if (page != null) > { > // add/touch the response page in its pagemap. > page.getPageMap().put(page); <<<< > > johan > > > Igor Vaynberg wrote: > > Hi guys, > > I asked for this a long time ago but that conversation lost > focus, so > > im going to try again: > > > > I would like to be able to serialize a page and stash it somewhere. > > Later I would like to use this page even if it is no longer in the > > pagemap. This is pretty reasonable, after all a page is > just an object > > and it is completely self contained. Currently this is not possible > > because of how the page associates itself with the pagemap > on construction, etc. > > > > I don't know enough about the internals to go meddle in this myself. > > > > Just wandering if someone has time to do this pre 1.1. (And > yes I will > > write up an RFE if this makes sense). > > > > Thanks, > > -Igor > > > > > > > > > > ------------------------------------------------------- > > SF.Net email is Sponsored by the Better Software Conference & EXPO > > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > > Practices Agile & Plan-Driven Development * Managing > Projects & Teams > > * Testing & QA Security * Process Improvement & Measurement * > > http://www.sqe.com/bsce5sf > > _______________________________________________ > > Wicket-develop mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & > EXPO September 19-22, 2005 * San Francisco, CA * Development > Lifecycle Practices Agile & Plan-Driven Development * > Managing Projects & Teams * Testing & QA Security * Process > Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
