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 ------- Additional Comments From [EMAIL PROTECTED] 2004-09-05 18:15 ------- Sven, Action does have the methods Alwin is talking about (since Struts 1.2.1): protected ActionErrors getErrors(HttpServletRequest request) { protected void addErrors(HttpServletRequest, request ActionErrors errors) { ..and since they are not in a "released" version they should have been changed to protected ActionMessages getErrors(HttpServletRequest request) { protected void addErrors(HttpServletRequest, request ActionMessages errors) { Unfortunately, this one got missed and it looks like its too late to put it in the Struts 1.2.3 version. Niall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
