RE: Initialize a value in the state object.

2007-05-01 Thread Giaccone, Anthony CTR DTIC-A
do I do this? Tony -Original Message- From: Hugo Palma [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 7:40 PM To: Tapestry users Subject: Re: Initialize a value in the state object. Try using the BuilderFactory service for creating the ASO. You can see more info about the servi

Re: Initialize a value in the state object.

2007-05-01 Thread Shing Hing Man
There is an example on how to inject a property into an Application State Object at http://lombok.demon.co.uk/tapestry4Demo/Inject.html Shing --- "Giaccone, Anthony CTR DTIC-A" <[EMAIL PROTECTED]> wrote: > > > Here's what I want to do.. > > I have a form that holds a variety of data, whi

Re: Initialize a value in the state object.

2007-04-30 Thread Hugo Palma
Try using the BuilderFactory service for creating the ASO. You can see more info about the service here http://hivemind.apache.org/hivemind1/hivemind/BuilderFactory.html. In your example it would look like this:

Initialize a value in the state object.

2007-04-30 Thread Giaccone, Anthony CTR DTIC-A
Here's what I want to do.. I have a form that holds a variety of data, which the user will use to generate a query. The query data is persistent at the session. This wayIf they wander down a path, eventually they'll return to the "main" page, and the query data will be returned from the "sessio