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 small session listener, (and modified the web.xml file to
use the listener), but it's giving me too much information.  What I'm
really looking for is the ability to programatically determine if
something is session scope or request scope so that when something is
added in session scope I can add that info to my logging statements.
My session listener currently logs everything that is modified, added
and taken out of the session.

I am currently working with Struts 1.1.    Since I am relatively new
to Java and Struts, I am hoping more for an example than a link to the
API, but I will happily take whatever I can.

Thanks for reading,
Jason

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to