Re: S2 - Proper way interceptors to interact w/Session

2006-12-18 Thread Don Brown
erceptors to use the http session to exchange data between themselves dependency injection. - Original Message From: Don Brown <[EMAIL PROTECTED]> To: Struts Users Mailing List ; Jon Wilmoth <[EMAIL PROTECTED]> Sent: Monday, December 18, 2006 11:46:36 AM Subject: Re: S2 - Proper

Re: S2 - Proper way interceptors to interact w/Session

2006-12-18 Thread Jon Wilmoth
changed my interceptors to use the http session to exchange data between themselves dependency injection. - Original Message From: Don Brown <[EMAIL PROTECTED]> To: Struts Users Mailing List ; Jon Wilmoth <[EMAIL PROTECTED]> Sent: Monday, December 18, 2006 11:46:36 AM Subject: Re: S2 - P

Re: S2 - Proper way interceptors to interact w/Session

2006-12-18 Thread Don Brown
On 12/18/06, Jon Wilmoth <[EMAIL PROTECTED]> wrote: I'm working on a custom S2 Interceptor and I'm not sure what the best way to interact with the session and/or other Interceptors for that matter is. First the session. I read http://struts.apache.org/2.x/docs/how-do-we-get-access-to-the-sess

S2 - Proper way interceptors to interact w/Session

2006-12-18 Thread Jon Wilmoth
I'm working on a custom S2 Interceptor and I'm not sure what the best way to interact with the session and/or other Interceptors for that matter is. First the session. I read http://struts.apache.org/2.x/docs/how-do-we-get-access-to-the-session.html and I tried applying the concept of using a