Re: RequestCycle Request and storeing objects?

2008-02-14 Thread Igor Vaynberg
> From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > > Sent: Thursday, February 14, 2008 5:46 PM > > To: users@wicket.apache.org > > Subject: Re: RequestCycle Request and storeing objects? > > > > > > what is the usecase of storing something in the request

RE: RequestCycle Request and storeing objects?

2008-02-14 Thread Warren
want to store these Principals from MySwarmStrategy object. > -Original Message- > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 14, 2008 5:46 PM > To: users@wicket.apache.org > Subject: Re: RequestCycle Request and storeing objects? > > >

Re: RequestCycle Request and storeing objects?

2008-02-14 Thread Matej Knopp
You can use request cycle metadata (RequestCycle.setMetaData) -Matej On Fri, Feb 15, 2008 at 2:45 AM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > what is the usecase of storing something in the request? > > -igor > > > > On Thu, Feb 14, 2008 at 5:02 PM, Warren <[EMAIL PROTECTED]> wrote: > > Wha

Re: RequestCycle Request and storeing objects?

2008-02-14 Thread Igor Vaynberg
what is the usecase of storing something in the request? -igor On Thu, Feb 14, 2008 at 5:02 PM, Warren <[EMAIL PROTECTED]> wrote: > What is the proper way to store objects into the request and retrieve them > in your page? Is this the correct way: > > RequestCycle.get().getPageParameters().put(