Have a look at the ApplicationStateManager service: http://tapestry.apache.org/tapestry5/tapestry-core/apidocs/org/apache/tapestry/services/ApplicationStateManager.html
-Filip César Lesc skrev:
I need to use data stored in an ASO (user information) to process the a requests in a service object, i guess the service object must be in perthread scope, because the ASO stores his data in the session, but the @ApplicationState annotation is not working inside the service. Finally i found the RequestGlobals Service to store and retrieve data in the session inside a service, but i feel that should be a better approach. May be i'm missing something. Thanks in advance César.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]