Hi Thiago, Thanks a lot for your concern!!!
Just about the time I found the solution, I got your email :) Yes you are right, about the way ApplicationStateManager works. I just debugged and verified it. It becomes bit difficult for someone new , that too when you have to make changes to the tapestry pipeline processes and stuffs like that, since there are so many classes involved. Thanks for all your help!! Regards Akshay On Tue, Oct 7, 2014 at 9:28 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 07 Oct 2014 16:10:07 -0300, akshay <akshayestat...@gmail.com> > wrote: > > Hi Thiago, >> > > Hi! > > In the application ,the SSO object is created by the >> contributeApplicationstateManager method(). >> > > No. It's created by the ApplicationStateManager service, using the > contributed ApplicationStateCreator implementations, when it needs to be > created and only then. > > When I debug, I see that the requestHandler method gets called first. >> Since I try to use a SSO object, which is infact not created and only gets >> created post the contributeApplicationstateManager () call. >> > > That's not correct. It's not contributeApplicationStateManager() the > method being called. It's the create() method of the > ApplicationStateCreator instance you contributed to the > ApplicationStateManager service. > > I intend to find a solution, where in I can use the SSO object in my >> requestHandler class. >> > > You can use it any time in any piece of code being executed as part of a > request. I'm sorry, but you're misunderstading how Tapestry works. > > > -- > Thiago H. de Paula Figueiredo > Tapestry, Java and Hibernate consultant and developer > http://machina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Cheers!! Akshay