You have to make your Filter a Tapestry service in your module and you have to have a constructor
parameter which is of type ApplicationStateManager. No need of @Inject inside your Filter.
Uli
Keith Bottner schrieb:
Is it possible to retrieve ApplicationStateManager from within a Filter?
I tried using an @Inject and it always returns null.
I tried placing it in the constructor of the filter but when it is
accessed it is null.
Is there a recommend way of doing this or is it even advisable?
Thanks in advance for your help.
Keith
---------------------------------------------------------------------
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]