Do something like this.

c'tor of your service:

public ExcelService( ApplicationStateManager asoMgr ) {
        this.asoMgr = asoMgr;
    }
    
Anywhere in your service:

asoMgr.get("whateverAsoName")

hth, Marcus
 

> -----Original Message-----
> From: Marcus Irven [mailto:[EMAIL PROTECTED] 
> Sent: Monday, October 09, 2006 2:38 PM
> To: Tapestry users
> Subject: accessing state objects from EngineService
> 
> I have created a new engine service, how can I access a State Object?
> 
> Thanks,
> Marcus
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to