File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Application Frameworks and the fly likes struts + spring action message issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "struts + spring action message issue" Watch "struts + spring action message issue" New topic
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: struts + spring action message issue
 
Similar Threads
question about action class
Bert Bates-Struts Sample Appliation code
Struts + Springs + Action message issue
Dealing with postdata, re-submits and dupplicate entries.
Avoiding multiple request at a time