--- Sivaswamynatha K <[EMAIL PROTECTED]> wrote:
> We are using struts 1.2.9 and springs. I have one issue. Action messages
> (some error message and information to the user) of one user is
> available to another user who is also working on the application. He may
> do some other action.

What's the actual problem?

Without knowing anything about how your applications is set up or configured
I'd guess that you have non-thread-safe actions. S1 actions, like servlets,
must not have any shared information.

Dave


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

Reply via email to