Yayo wrote:
Errors are stored in a request scope attribute and after a redirect they're lost because a new request is launched by the client browser. You must explicitly (by code) store them in a session attribute to get them in the second request.
Preserving the messages by hand will work, of course. But there's a nifty interceptor (MessageStoreInteceptor) that will do that for you now...
http://struts.apache.org/2.0.11/docs/message-store-interceptor.html - Gary --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]