You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2010/02/24 11:20:28 UTC

[jira] Created: (MYFACES-2574) InterfaceHandler stores the componentType as the resolved value instead of the ValueExpression

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.


[jira] Resolved: (MYFACES-2574) InterfaceHandler stores the componentType as the resolved value instead of the ValueExpression

Posted by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Korherr resolved MYFACES-2574.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-3

> 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
>             Fix For: 2.0.0-beta-3
>
>
> 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.