I am using struts 1.1 and have implemented ActionMessages inside some generalized user-response pages. The problem I'm having is that these messages are not visible when I redirect from my controller action. I'm sure this is because "saveMessages" only saves the ActionMessages in request-scope.
How can I save these messages in session scope so that they will be alive for redirected pages? I checked the signature for saveMessages and it is not overloaded for sessions. Thanks for any help --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]