Pass ActionMessages from one Action to another action class
Nick Sher
Ranch Hand
Joined: Nov 10, 2008
Posts: 78
posted
0
Hi,
I use a popup window to create or edit an object. Once the operation is performed I want to show the success message when the parent window is refreshed. So, here are the steps I follow:
Open the object to edit.
Popup window opens, do Edit , Save. (Action1 handles this) Save closes popup window
Parent window refresh (Action2 handles this).
I am setting the success message in Action1, do a forward to Action2. How do I pass the messages to Action2?
Please help.
Nick
Nick Sher
Ranch Hand
Joined: Nov 10, 2008
Posts: 78
posted
0
Fixed it myself, I used store interceptor.
subject: Pass ActionMessages from one Action to another action class