RE: Using ActionMessages in the session

2004-05-25 Thread Paul McCulloch
Users Mailing List' > Subject: Using ActionMessages in the session > > > 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

Using ActionMessages in the session

2004-05-25 Thread Jim Kennedy
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.