> -----Original Message-----
> From: Emmanuel Bridonneau [mailto:[EMAIL PROTECTED]]
> Am i to synchronized on 'method' instance variable of the action?

Generally, instance variables in Action classes are bad.  You probably want
to store the value of that variable as an attribute in the session instead.

To answer your question, however, yes; anything that is not available as a
parameter should not be accessed by multiple threads concurrently.

Cheers,
Laird

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

Reply via email to