Mantis - Resin
Viewing Issue Advanced Details
5061 minor always 05-04-12 03:16 05-22-12 15:21
mate  
ferg  
normal  
closed 4.0.27  
fixed  
none    
none 4.0.28  
0005061: com.caucho.el.Expr.coerceToType() cannot handle targetType = java.lang.Class
JSF composite components cannot have attributes of type java.lang.Class under Resin, since then com.caucho.el.Expr.coerceToType() throws "javax.el.ELException: unable to convert my.class.Name to type class java.lang.Class"
Example
<composite:attribute name="foobar" required="true" type="java.lang.Class" />

Notes
(0005772)
ferg   
05-22-12 15:21   
jsp/3018