accessing state objects from EngineService

2006-10-09 Thread Marcus Irven
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]

Re: accessing state objects from EngineService

2006-10-09 Thread Shing Hing Man
You might like to check out the following page. http://lombok.demon.co.uk/tapestry4Demo/Inject.html Shing -- Marcus Irven [EMAIL PROTECTED] wrote: I have created a new engine service, how can I access a State Object? Thanks, Marcus

Re: accessing state objects from EngineService

2006-10-09 Thread James Carman
Dependency injection is much easier in 4.1. Tapestry will autowire HiveMind services into your components/pages (provided that there is exactly one service in the registry of the same type as the property). If you're on 4.0, there's a tapestry-autowire subproject (the code was added into

RE: accessing state objects from EngineService

2006-10-09 Thread Schulte Marcus
: 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