Re: How to Get Data from Auth Context in Action?

2003-09-01 Thread Sonny Sukumar
mplate code for it, I would like to use it very much. :-) Thanks! Sonny From: "Sonny Sukumar" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: How to Get Data from Auth Context in Action? Date: Mon, 01 Sep 2003 15:32:11 -0700 Ok, I found this pos

Re: How to Get Data from Auth Context in Action?

2003-09-01 Thread Sonny Sukumar
ion attribute, how are contexts for each handler stored in the session? As importantly, how are they retrieved? From: "Sonny Sukumar" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: How to Get Data from Auth Context in Action? Date: Mon, 01 Sep 2

Re: How to Get Data from Auth Context in Action?

2003-09-01 Thread Sonny Sukumar
I'm also trying to do what I wrote below within an XSP where I can't use the "session" transformer. I tried looking through the source code for the session transfomer (SessonPreTransformer to be exact), LoggedInAction, etc, but they also seem to inherit from other classes which allow them to

How to Get Data from Auth Context in Action?

2003-09-01 Thread Sonny Sukumar
Hi all, Sometime after someone logging in, I'm trying to access the "authentication" context, and fetch the ID value, etc within an Action I'm writing. Is it documented anywhere how to do this? I couldn't find it. Thanks, Sonny