The class org.apache.struts.action.ActionForm has a reset method.  For a
long time I would add form property variables without handling them in the
reset method.  I would get old values in the form and was getting spurious
data in the forms.

It is hard for me to believe you got past a single user with out resetting
the properties, unless you only write to them.  If you use the form
properties to assist in populating your form, the properties need to be
reset.

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 09, 2005 10:59 AM
To: Struts Users Mailing List
Subject: Re: Multiple user - problem


Ray Madigan wrote:

>Also - are you resetting all of the properties in your forms classes.  If
>not, some of the data set by one user can bleed over to another user.
>
>
?! Really? I was not aware of that; we deployed and load-tested a Really
Big Sruts app internally at a large company. Under what circumstances
might that happen?

Dave



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


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

Reply via email to