For now it might be a nice idea to write a wiki item about it. Eelco
On 9/27/05, Chris Mok <[EMAIL PROTECTED]> wrote: > One way of organizing a pagemap is to store them in a Stack object in > the session. Typically you'll want to return to a previous page after > some details/dialog/selection type of screen. Simply pop the page off > the stack and show it. > > It would be great if this mechanism can be added to the framework. > > Chris > > Johan Compagner wrote: > > > if you update a page in any way then it is just expensive in a > > clustering environment. > > > > but you could hold youre own page map in youre session object if you want. > > Then when you call setResponsePage() always go through youre own > > session pagemap. > > > > > > johan > > > > > > On 9/27/05, Trieu, Danny <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > Hi all, > > > > > > > > Instead of setting response page using the page's class and/or > > Parammeters. How can I avoid creating a > > > > New page and find the existing page to set, giving the page has be > > visited and is in the session pagemap. > > > > > > > > My reason is, constructing a new page every time is expensive > > especially within clustering environment. > > > > > > > > Thanks for any help. > > > > > > > > --dannny > > > > > > > > "The essence of knowledge is, having it, to apply it; not having > > it, to confess your ignorance." -Confucius > > > > > > > > > > > --- > The information transmitted is intended only for the person or entity to > which it is addressed and may contain confidential and/or privileged > material. Any review, re-transmission, dissemination or other use of, or > taking of any action in reliance upon, this information by persons or > entities other than the intended recipient is prohibited. If you received > this in error, please contact the sender immediately by return electronic > transmission and then immediately delete this transmission, including all > attachments, without copying, distributing or disclosing same. E-mail is not > a secure means of communication. Please advise us if you would prefer to use > an alternate form of communication. This e-mail is not intended to be > considered nor shall it be considered as constituting any legal, contractual > or other similar kind of relationship. > We accept no responsibility or liability for loss or damage arising from the > receipt or use of this transmission. Unless otherwise specifically stated, > any opinions expressed are those of the author only and this transmission is > not intended as a recommendation or solicitation of an offer to purchase or > sell any security or related financial instruments. The SCOTIA CAPITAL > trademark is used in association with the corporate and investment banking > businesses of The Bank of Nova Scotia and some of its subsidiaries, including > Scotiabank Europe plc; Scotia Capital Inc.("SCI"); Scotia Capital (USA) Inc.; > Scotiabank Inverlat S.A., Institución de Banca Múltiple, Grupo Financiero > Scotiabank Inverlat; Scotia Inverlat Derivados S.A. de C.V., Grupo Financiero > Scotiabank Inverlat; Scotia Inverlat Casa de Bolsa S.A. de C.V., Grupo > Financiero Scotiabank Inverlat - all members of the Scotiabank Group and > authorized users of the mark. > SC-USA is registered as a broker-dealer with the SEC and is a member of the > NASD and SIPC. The Bank of Nova Scotia, Scotiabank Europe plc and Scotia > Capital Inc. are each authorized and regulated by the Financial Services > Authority (FSA) in the U.K. ScotiaMcLeod and ScotiaMcLeod Direct Investing > ("SMDI") are divisions of SCI. SCI is a member of CIPF. ScotiaMcLeod and SMDI > do not accept trading instructions via e-mail or voice-mail. > Pour obtenir la traduction en français: > http://www.scotiacapital.com/EmailDisclaimer/French.htm > Traducción en español: > http://www.scotiacapital.com/EmailDisclaimer/Spanish.htm > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
