Re: ActionErrors and ActionMessages struts 1.2.4 confusion

2004-09-21 Thread Muhammad Momin Rashid
Thanks, that certainly seems helpful, I'll try to follow the guidlines given in the URL you've provided. Hopefully that is enough information I will need to end the initial confusion. I'll bug you guys again if I get stuck again. Once again thanks for your help. Regards, Muhammad Momin Rashi

Re: ActionErrors and ActionMessages struts 1.2.4 confusion

2004-09-21 Thread Matt Bathje
Muhammad Momin Rashid wrote: Hello All, I have recently migrated our application from struts 1.1 to 1.2.4. There is some confusion in my mind over use of ActionErrors and ActionMessages. 1. Since ActionError is depricated, I have changed ActionError to ActionMessage in my code as recommended.

RE: ActionErrors and ActionMessages struts 1.2.4 confusion

2004-09-21 Thread Allistair Crossley
i use for ActionMessages saved with saveErrors(request, actionMessages). ADC > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Muhammad > Momin Rashid > Sent: 21 September 2004 14:45 > To: [EMAIL PROTECTED] > Subject: ActionErrors and ActionMessages struts 1.2.4 con