That is definitely not my experience. As Dave said, the Action/Field Errors/Messages have always been stored in the request and lost across a redirect. There have been several interceptors that have been talked about on this list to bridge that problem, but they are not on the stack by default. (*Chris*)
On Tue, Jul 12, 2011 at 9:05 AM, Emi Lu <[email protected]> wrote: > 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? > > Emib > > > > >> 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: >>> user-unsubscribe@struts.**apache.org<[email protected]> >>> For additional commands, e-mail: [email protected] >>> >>> >>> >> ------------------------------**------------------------------**--------- >> To unsubscribe, e-mail: >> user-unsubscribe@struts.**apache.org<[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: > user-unsubscribe@struts.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >

