Allow use the same library for a composite component for resources defined 
inside it (resolve #{resource['this:...']} )
-----------------------------------------------------------------------------------------------------------------------

                 Key: MYFACES-3110
                 URL: https://issues.apache.org/jira/browse/MYFACES-3110
             Project: MyFaces Core
          Issue Type: Task
          Components: JSR-314
    Affects Versions: 2.1.0-SNAPSHOT
            Reporter: Leonardo Uribe


In JSF 2.1 now it is possible to do this:

mycompositecomponent.xhtml

<cc:implementation>
   <h:commandButton image="#{resource['this:myimage.jpg']}"/>
</cc:implementation>

note the word 'this' on the EL expression

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

Reply via email to