John McNally <[EMAIL PROTECTED]> writes:
> Roel Derksen wrote:
> >
>> Hi,
>>
>> I'm new with Turbine and I've got the following question:
>> Is there a way for a Action to use the Objects of a previous Action?
>>
>> What I mean is this:
>> public class myAction extends SecureAction
>> {
>> String sMyString;
>
> IMPORTANT: This is a big no-no. Actions should not have attributes.
> Modules must be threadsafe, just as a servlet should be.
So Actions/Modules can have read only attributes, or attributes can be
synchronized if you don't mind the (possibly heavy) performance hit.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]