Hi Dave,

Because it's a redirect, and things in the request go away when
there's a new request.

Not true for previous version.

Previous version keeps the ActionMessage. Only ActionErrorMessage does not show.

Only the new version does not show the message anymore after redirect, do you know why?

Emi



On Tue, Jul 12, 2011 at 11:39 AM, Emi Lu<[email protected]>  wrote:
Hello List,

Struts2.2.3, it seems that addActionMessage does not show message after
redirect.

Someone knows why?

Thank you,
Emi

====================
Action.java
this.addActionMessage(this.getText("UPDATE.SUCCESS"));
return forward_str;


<action name="*Action"  method="{1}" class="Action">
  ....
  <result name="forward_str" type="redirectAction">
   <param name="actionName">Action2</param>
   <param name="namespace">/Action</param>
  </result>
</action>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



--
Emi Lu, ENCS, Concordia University, Montreal H3G 1M8
[email protected]        +1 514 848-2424 x5884

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to