ActionErrors is not deprecated, but saveErrors(HttpServletRequest request, ActionErrors errors) is. According to 1.2.2 javadoc you should use saveErrors(HttpServletRequest, ActionMessages) instead, dispite ActionErrors is a subclass of ActionMessages. I don't mind because it has all functionallity I need and more. Don't you think ActionErrors should be deprecated in order to avoid confusion?
On Sat, 04 Sep 2004 13:51:50 -0400, Rick Reumann <[EMAIL PROTECTED]> wrote: > Rick Reumann wrote: > > > ActionMessages messages; and > > ActionMessages errors; > > Actually Bill is right and you can define these as ActionErrors and > ActionMessages, ActionErrors is not deprecated. > > > > > -- > Rick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]