You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by sgu88 <sg...@yahoo.com> on 2003/06/26 16:15:23 UTC

servlet.getDebug()?

Hi, guys:

I have seen the above use of servlet variable without declaring it
before its use. Why is it? 


thanks,


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: servlet.getDebug()?

Posted by Filip Polsakiewicz <Fi...@innoface.de>.
it's the same with:

session, request, (i believe: log) and a few more.
These variable a deklared automatically for usage within your servlets.

HTH Filip 

> -----Original Message-----
> From: sgu88 [mailto:sgu88@yahoo.com]
> Sent: Thursday, June 26, 2003 4:15 PM
> To: struts-user@jakarta.apache.org
> Subject: servlet.getDebug()?
> 
> 
> Hi, guys:
> 
> I have seen the above use of servlet variable without declaring it
> before its use. Why is it? 
> 
> 
> thanks,
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org