Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.0-BETA
-
None
-
JDK6
Description
When I try to set some property of type Enum the exception is thrown. This can be fixed with the following code:
private static class EnumConvertUtils extends ConvertUtilsBean {
public EnumConvertUtils() {
}
@Override
public Object convert(String value, Class clazz)
}
Attachments
Issue Links
- links to