Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.6 Beta
-
None
-
Operating System: Windows XP
Platform: PC
-
32852
Description
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);
}