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=32852>. 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=32852 Summary: ModuleException constructor does not invoke Parent constructor Product: Struts Version: 1.2.6 Beta Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Utilities AssignedTo: dev@struts.apache.org ReportedBy: [EMAIL PROTECTED] org.apache.struts.util.ModuleException does not invoke super(key) for the below listed constructor which results in getMessage() to return null public ModuleException(String key, Object[] values) { error = new ActionError(key, values); message = new ActionMessage(key, values); } -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]