Works like a charm
Thanks
susmita

-----Original Message-----
From: Bartley, Chris P [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 11:33 AM
To: 'Struts Users Mailing List'
Subject: RE: Does anyone have something to dump a sessions contents in a
J SP?


I include the attached file immediately before the closing </body> tag, like
this:

   ...
   <jsp:include page="snoop.jsp" flush="true"/>
   </body>
   </html>

It displays all request parameters and the contents of the request, session,
and application scopes.

It's one giant ugly hack of a scriptlet, but works great for what i need.
;)

Enjoy.

chris

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 10, 2002 10:10 AM
> To: [EMAIL PROTECTED]
> Subject: Does anyone have something to dump a sessions contents in a
> JSP?
> 
> 
> 
> This would be handy if someone had code that would find and 
> dump all the 
> contents in a session in a JSP page...
> 
> 
> 
> William B Chmura
> Director of Internet Technology
> Explosivo Internet Technology Group
> http://www.Explosivo.com
> Tel: (888) 560-YWEB
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 


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

Reply via email to