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

[jira] Created: (TRINIDAD-1976) UIXEditableValue lacks calls to pushComponentToEL(context, this);

UIXEditableValue lacks calls to pushComponentToEL(context, this);
-----------------------------------------------------------------

                 Key: TRINIDAD-1976
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1976
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.0.0.3-core
            Reporter: Andrew Robinson
            Assignee: Andrew Robinson
            Priority: Critical


UIXEditableValue never calls pushComponentToEL(context, this); during validation (and possibly other lifecycle methods). As a result #{component} is wrong during validation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-1976) UIXEditableValue lacks calls to pushComponentToEL(context, this);

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

Andrew Robinson resolved TRINIDAD-1976.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0.3-core

Changed the code to ensure that the component is available to EL during decoding, validation, and updating when performing the input value processing

> UIXEditableValue lacks calls to pushComponentToEL(context, this);
> -----------------------------------------------------------------
>
>                 Key: TRINIDAD-1976
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1976
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0.3-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>            Priority: Critical
>             Fix For: 2.0.0.3-core
>
>
> UIXEditableValue never calls pushComponentToEL(context, this); during validation (and possibly other lifecycle methods). As a result #{component} is wrong during validation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-1976) UIXEditableValue lacks calls to pushComponentToEL(context, this);

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969911#action_12969911 ] 

Andrew Robinson commented on TRINIDAD-1976:
-------------------------------------------

Example that is broken:
<tr:inputText value="#{bean.map[component.clientId]}" />

> UIXEditableValue lacks calls to pushComponentToEL(context, this);
> -----------------------------------------------------------------
>
>                 Key: TRINIDAD-1976
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1976
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0.3-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>            Priority: Critical
>
> UIXEditableValue never calls pushComponentToEL(context, this); during validation (and possibly other lifecycle methods). As a result #{component} is wrong during validation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TRINIDAD-1976) UIXEditableValue lacks calls to pushComponentToEL(context, this);

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969910#action_12969910 ] 

Andrew Robinson commented on TRINIDAD-1976:
-------------------------------------------

Note that the same issue exists in Mojarra UIInput:
http://java.net/jira/browse/JAVASERVERFACES-1890

> UIXEditableValue lacks calls to pushComponentToEL(context, this);
> -----------------------------------------------------------------
>
>                 Key: TRINIDAD-1976
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1976
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.0.3-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>            Priority: Critical
>
> UIXEditableValue never calls pushComponentToEL(context, this); during validation (and possibly other lifecycle methods). As a result #{component} is wrong during validation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.