[OT] Re: programatically determine session or request scope

2007-08-28 Thread Dave Newton
--- Jason Mayer <[EMAIL PROTECTED]> wrote: > http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionAttributeListener.html > > That's what I used for the session listener. That's not a session listener, that's a session attribute listener: they're different things. Session li

Re: programatically determine session or request scope

2007-08-28 Thread Jason Mayer
On 8/28/07, Dave Newton <[EMAIL PROTECTED]> wrote: > Does this help? > > http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionAttributeListener.html Thanks for the quick response Dave. That's what I used for the session listener. It may be that I'm showing my struts newbi

Re: programatically determine session or request scope

2007-08-28 Thread Dave Newton
Does this help? http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionAttributeListener.html d. --- Jason Mayer <[EMAIL PROTECTED]> wrote: > Hi, > > After doing countless google searches and looking > through the API, I > decided it was time to ask the mailing list. This

programatically determine session or request scope

2007-08-28 Thread Jason Mayer
Hi, After doing countless google searches and looking through the API, I decided it was time to ask the mailing list. This is my first post to the Struts mailing list, so I apologize in advance if I'm asking a question already answered somewhere (although again, google didn't help me). I wrote a