RE: Trying to use StateObjectFactory...

2007-03-05 Thread Kolesnikov, Alexander GNI
age- > From: Richard Kirby [mailto:[EMAIL PROTECTED] > Sent: 05 March 2007 14:44 > To: Tapestry users > Subject: Re: Trying to use StateObjectFactory... > > > Hi Alexander, > > You need to define a service that you then reference in the > invoke-factory: > > in

Re: Trying to use StateObjectFactory...

2007-03-05 Thread Richard Kirby
ginal Message- From: Richard Kirby [mailto:[EMAIL PROTECTED] Sent: 05 March 2007 14:44 To: Tapestry users Subject: Re: Trying to use StateObjectFactory... Hi Alexander, You need to define a service that you then reference in the invoke-factory: interface="org.apache.tapestry.engine.state.

RE: Trying to use StateObjectFactory...

2007-03-05 Thread Kolesnikov, Alexander GNI
Thank you, Ben, Now I ca see how it works. Alexander -Original Message- From: Ben Dotte [mailto:[EMAIL PROTECTED] Sent: 05 March 2007 14:44 To: Tapestry users Subject: RE: Trying to use StateObjectFactory... Hi Alexander, The way I have done this is to make the factory a service as

RE: Trying to use StateObjectFactory...

2007-03-05 Thread Kolesnikov, Alexander GNI
Thank you, Richard, Are there any docs on what I can do in ? Say, I want to obtain HttpRequest? Alexander -Original Message- From: Richard Kirby [mailto:[EMAIL PROTECTED] Sent: 05 March 2007 14:44 To: Tapestry users Subject: Re: Trying to use StateObjectFactory... Hi Alexander, You

Re: Trying to use StateObjectFactory...

2007-03-05 Thread Richard Kirby
Hi Alexander, You need to define a service that you then reference in the invoke-factory: interface="org.apache.tapestry.engine.state.StateObjectFactory"> Cheers Richard Kolesnikov, Alexander GNI wrote: Hello everyone, I am using Tapestry 4.0.2. I want to use an

RE: Trying to use StateObjectFactory...

2007-03-05 Thread Ben Dotte
: Tapestry users Subject: Trying to use StateObjectFactory... Hello everyone, I am using Tapestry 4.0.2. I want to use an ASO with some security information in it. The information should be obtained from HttpRequest on the ASO's creation. I decided to use a StateObjectFactory to create such a

Trying to use StateObjectFactory...

2007-03-05 Thread Kolesnikov, Alexander GNI
Hello everyone, I am using Tapestry 4.0.2. I want to use an ASO with some security information in it. The information should be obtained from HttpRequest on the ASO's creation. I decided to use a StateObjectFactory to create such an ASO and configured it like this: