DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31060>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31060 ClassCastException Struts 1.2.x in Action.java Summary: ClassCastException Struts 1.2.x in Action.java Product: Struts Version: Unknown Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The not-deprecated version of Action.saveErrors() takes an ActionMessages object. getErrors() and addErrors() cast this object to ActionErrors, which causes a ClassCastException, if an ActionMessages (not ActionErrors) was used initially. This is a problem of Struts 1.2.x. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]