Thomas Andraschko created MYFACES-4167:
------------------------------------------
Summary: MyFaces doesn't validate composite:attribute type class
Key: MYFACES-4167
URL: https://issues.apache.org/jira/browse/MYFACES-4167
Project: MyFaces Core
Issue Type: Improvement
Components: General
Reporter: Thomas Andraschko
Lets take that example:
<composite:attribute name="vipa" type="com.test.doesntexit.MyController"
required="true" />
the type will NOT be validated in MyFaces.
Therfore if you switch e.g. to Mojarra (our applications most work on both
impls), ClassNotFound will be thrown.
MyFaces should validate it if ProjectStage==Development.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)