Re: Using ActionMessages

2008-05-23 Thread Laurie Harper
Dimitris Mouchritsas wrote: Hi all, We use Struts 1.2.4 in our application and I'd like to refactor some code to use ActionMessage(s) instead of ActionError(s). Can somebody show me a solid example (or point me to an article) on how to do it? Also, when I tried before to completely remove Act

RE: Using ActionMessages in the session

2004-05-25 Thread Paul McCulloch
The session scope equivalent of "saveErrors(request, errors)" is "request.getSession().setAttribute(Globals.ERROR_KEY, errors)". Paul > -Original Message- > From: Jim Kennedy [mailto:[EMAIL PROTECTED] > Sent: 25 May 2004 14:30 > To: 'Struts Users Mailing List' > Subject: Using ActionMessa