You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by miro <mi...@yahoo.com> on 2008/11/05 13:25:16 UTC

pages from session

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: pages from session

Posted by Johan Compagner <jc...@gmail.com>.
wicket already works that way.

but what do you mean by "selects the page" how does one "select" a page in
the browser?

if you just use page links (back links) to the page then that will always
happen

On Wed, Nov 5, 2008 at 1:25 PM, miro <mi...@yahoo.com> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: pages from session

Posted by Johan Compagner <jc...@gmail.com>.
you could do something like that through the pagefactory i guess
override the default one


On Wed, Nov 5, 2008 at 4:12 PM, miro <mi...@yahoo.com> wrote:

>
> 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 <mi...@yahoo.com> 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: users-unsubscribe@wicket.apache.org
> >> For additional commands, e-mail: users-help@wicket.apache.org
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
> >
> >
>
> --
> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: pages from session

Posted by miro <mi...@yahoo.com>.
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 <mi...@yahoo.com> 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: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 
> 
> 

-- 
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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: pages from session

Posted by James Carman <ja...@carmanconsulting.com>.
Why not save the data the page is based on in the session?

On Wed, Nov 5, 2008 at 7:25 AM, miro <mi...@yahoo.com> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org