InterfaceHandler stores the componentType as the resolved value instead of the ValueExpression ----------------------------------------------------------------------------------------------
Key: MYFACES-2574 URL: https://issues.apache.org/jira/browse/MYFACES-2574 Project: MyFaces Core Issue Type: Bug Components: JSR-314 Affects Versions: 2.0.0-beta-3 Reporter: Jakob Korherr Assignee: Jakob Korherr Priority: Minor This causes a ClassCastException in ApplicationImpl, because there the code wants to cast to a ValueExpression, but the value in the attribute map is of type String. So we have to put the ValueExpression instead of the resolved value in the attribute map in InterfaceHandler. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.