Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6
-
None
-
None
-
Operating System: All
Platform: All
-
17663
Description
BeanUtils getArrayProperty() uses toString for Object conversion rather then
ConvertUtils.convert(). This is inconsistent with all other getProperty() methods.
Method getArrayProperty is used in struts <select> tag. Since getArrayProperty()
ignores custom converters, I cannot control how <select> interprets object
properties.