| Author |
struts + spring action message issue
|
siva swamy
Greenhorn
Joined: Jul 12, 2007
Posts: 7
|
|
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
|
 |
Anubhav Anand
Ranch Hand
Joined: May 18, 2007
Posts: 341
|
|
Please don't post the same question more than once even across multiple forums.
Originally posted by siva swamy: 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.
So, what exactly is the problem. The messages for one user are available to another user. How, in what scenario? Can you please elaborate.
|
 |
siva swamy
Greenhorn
Joined: Jul 12, 2007
Posts: 7
|
|
When one user clicks the save button, he will got the message "successfully saved". At the same time when another user click a register button of the user, he will get "succesfully registered". But when both the user click the button at same time, both the user has two messages and some time two messages are same (last message). I extend my action classes to a base action which has execute method.
|
 |
 |
|
|
subject: struts + spring action message issue
|
|
|