You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2011/08/16 00:33:28 UTC

[jira] [Created] (MYFACES-3281) cc:attribute "targets" and cc attached object "targets" should follow strictly the spec

cc:attribute "targets" and cc attached object "targets" should follow strictly the spec
---------------------------------------------------------------------------------------

                 Key: MYFACES-3281
                 URL: https://issues.apache.org/jira/browse/MYFACES-3281
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


The description of cc:actionSource "targets" says this:

"... If present, this must be a space (not tab) separated list of client ids (relative to the top level component) of components within the <composite:implementation> section. ..."

The current implementation uses findComponent over the top level component. The effect is components inside the composite component but outside cc:implementation can be affected by "targets" definitions.

Usually this does not happens, because different ids are used. Anyway, the spec is clear in this point.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (MYFACES-3281) cc:attribute "targets" and cc attached object "targets" should follow strictly the spec

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

Leonardo Uribe resolved MYFACES-3281.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.2
                   2.0.8

> cc:attribute "targets" and cc attached object "targets" should follow strictly the spec
> ---------------------------------------------------------------------------------------
>
>                 Key: MYFACES-3281
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3281
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.8, 2.1.2
>
>
> The description of cc:actionSource "targets" says this:
> "... If present, this must be a space (not tab) separated list of client ids (relative to the top level component) of components within the <composite:implementation> section. ..."
> The current implementation uses findComponent over the top level component. The effect is components inside the composite component but outside cc:implementation can be affected by "targets" definitions.
> Usually this does not happens, because different ids are used. Anyway, the spec is clear in this point.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira