Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Works as Designed
-
Affects Version/s: 2.3.1
-
Fix Version/s: None
-
Component/s: Binding: Type Conversion System
-
Labels:None
Description
This happens after upgrading to Spring Framework 3.2:
org.springframework.binding.convert.ConversionExecutionException: Unable to convert value list['foo'] from type 'java.util.List' to type 'javax.faces.model.DataModel'; reason = 'Failed to convert from type java.util.ArrayList<?> to type javax.faces.model.DataModel for value '[foo]'; nested exception is org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type java.lang.String to type javax.faces.model.DataModel'