[EMAIL PROTECTED] wrote:
> 1.   I then assume that "perform()" is synchronized

        No it's not, and that's why it needs to be thread-safe. You may have two 
different threads executing the perform() method simultaneously.


> 2.  What about those cases where 2 different action mappings resort to the
> same action class?

        I may be wrong, but in this case you probably have two instances of your 
Action class, one for each mapping.

-- 
[]'s
Marcelo Vanzin
Touch Tecnologia
[EMAIL PROTECTED]
"Life is too short to drink cheap beer"


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

Reply via email to