RE: State object and hivemind trouble

2006-02-21 Thread Oscar Picasso
> -Original Message- > From: Oscar Picasso [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 21, 2006 2:48 PM > To: tapestry-user@jakarta.apache.org > Subject: State object and hivemind trouble > > > Hi, > > I am still trying to understand how to configure an

RE: State object and hivemind trouble

2006-02-21 Thread Schulte Marcus
akarta.apache.org > Subject: State object and hivemind trouble > > > Hi, > > I am still trying to understand how to configure an > application state object in hivemind. > > I have an AccessManagerProvider class with a two parameters > constructor. Currently it is configu

RE: State object and hivemind trouble

2006-02-21 Thread James Carman
Try this... -Original Message- From: Oscar Picasso [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 8:48 AM To: tapestry-user@jakarta.apache.org Subject: State object and hivemind trouble Hi, I am still trying to understand how to configure an application state object in

RE: State object and hivemind trouble

2006-02-21 Thread James Carman
Do you have to use constructor parameters? -Original Message- From: Oscar Picasso [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 8:48 AM To: tapestry-user@jakarta.apache.org Subject: State object and hivemind trouble Hi, I am still trying to understand how to configure an

State object and hivemind trouble

2006-02-21 Thread Oscar Picasso
Hi, I am still trying to understand how to configure an application state object in hivemind. I have an AccessManagerProvider class with a two parameters constructor. Currently it is configured as a service and injected into the pages that need it. It works fine. I find more appropriate to