Not sure about the taglib class variables (but I'd really like the answer to that one 
also).

With respect to JSP thread safety, my understanding was that any variables declared in 
the page were only in scope during the execution of the page, much like variables in 
method scope. If the pages in question are also declaring private member variables or 
static variables, well that's another story entirely.

--Kevin

-----Original Message-----
From: Galbraith, Paul [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 1:34 PM
To: [EMAIL PROTECTED]
Subject: JSP thread safety


Can someone clear up basics of JSP thread safety for me?  Can I declare variables in 
scriptlets and maintain thread safety?  Also, what about custom tags.  They declare 
class variables, which makes me nervous...does the container ensure thread safety for 
custom tags (assuming they release properly in the release() method)?  Cheers,
 
Paul

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

Reply via email to