On 10/1/05, Preston CRAWFORD <[EMAIL PROTECTED]> wrote: > > We have a problem. We're working on an application and we have some > forms in session scope. The strange thing is if someone changes state on > their form, users on other computers on other browsers hitting the same > exact page see the state change that was made to the form on another > computer. I have no idea why this is happening. Problem with the JVM? > With struts? Something we're doing. Anyone ever seen this?
Are you sure that the JSPs are displayed only by using ActionForms. This would happen for example if you use instance variables in your Actions to store some state. Tamas