Re: Display ActionMessage added from different action

2010-07-08 Thread Greg Lindholm
Your own your own, you will have to track which action you were going to yourself. You can use the Preparable interface in your actions to store which action in the session. or... Maybe in the redirect you could pass the action name you came from. You can get the action name by adding a method l

Display ActionMessage added from different action

2010-07-07 Thread Franz Wong
Hi, I am using Struts 2. I have a page which contains 2 forms. Each form corresponds to different Actions (Action B / C). The action adds ActionMessage and redirects back to the original page. I would like to display the ActionMessage in the form which triggered the Action. How do I perform this i