I mounted a page in my Application now any time user requests the mounted path I want wicket to pull the instance of the page from session and not create new instance of this page how can I tell this to wicket ?
jwcarman wrote: > > Why not save the data the page is based on in the session? > > On Wed, Nov 5, 2008 at 7:25 AM, miro <[EMAIL PROTECTED]> wrote: >> >> I want to make a page session based ie any time user selects the page the >> page instance should be returned from session, is there a simple way to >> say >> wicket save this page in session any requests for this page should be >> pulled >> out of session ? >> -- >> View this message in context: >> http://www.nabble.com/pages--from-session-tp20340755p20340755.html >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/pages--from-session-tp20340755p20343184.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
