You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Sivaswamynatha K <k....@Kavniya.com> on 2008/03/10 14:28:46 UTC

struts + springs + action messages issue

Hi,

 

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.

 

Regards,

Siva

 

Regards,

K. Siva Swamynatha.

KAVNIYA Technology Solutions Pvt. Ltd.

Chennai.

 

Tomorrow belongs to the people who prepare for it today.

 


Re: struts + springs + action messages issue

Posted by Dave Newton <ne...@yahoo.com>.
--- Sivaswamynatha K <k....@Kavniya.com> 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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org