sajidbigler wrote:
> 
> Hi Friends,
> 
> How can we show ActionErrors,ActionMessages,FieldErrors in Ajax call using
> struts2.1.6.i tried to do the following
> 
> http://glindholm.wordpress.com/2008/07/02/preserving-messages-across-a-redirect-in-struts-2/
> 
> you can see my comments on this too
> 
>  tried
> 
> Unable to preserve erroe messages :( please help
> 

Well the RedirectMessageInterceptor I describe really wasn't meant for Ajax
style calls, it assumes the browser is actually going to follow the redirect
and run the new action. 
After the ajax call to the action (that does a redirect), are you actually
following the redirect and have the browser load the new page?

You haven't really given enough information for anyone to help you.

-- 
View this message in context: 
http://www.nabble.com/Actionerror%27s-wont-be-shown-when-ajax-call-or-when-we-do-type%3D%22redirectAction%22-using-struts2.1.6-tp22490692p22495884.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to