Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.3
-
None
Description
During the generics improvments in the struts 2 and xwork codebase, the setParameters method of ParameterAware was changed to (String, Object). In a web application, parameters are always (String, String[]), so it should be kept that way. Also, it would be a change in a public interface, since it also was String, String[] in 2.1.2.