[ 
https://issues.apache.org/jira/browse/MYFACES-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13194846#comment-13194846
 ] 

Leonardo Uribe commented on MYFACES-3454:
-----------------------------------------

You can add a file under your WEB-INF folder ending with .taglib.xml (for 
example mycomp.taglib.xml) with this content:

<facelet-taglib xmlns="http://java.sun.com/xml/ns/javaee";
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee/web-facelettaglibrary_2_0.xsd";
              version="2.0">
              
    <namespace>http://java.sun.com/jsf/composite/components/mycomp</namespace>
    <composite-library-name>components.mycomp</composite-library-name>

</facelet-taglib>

and create a folder called components.mycomp and add your files there. 
                
> composite component is not rendered anymore with 2.1.6-SNAPSHOT
> ---------------------------------------------------------------
>
>                 Key: MYFACES-3454
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3454
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.1.6-SNAPSHOT
>            Reporter: Rene O
>            Assignee: Leonardo Uribe
>            Priority: Blocker
>         Attachments: jsftest.war
>
>
> If you use myfaces 2.1.6-SNAPSHOT, a composite component is not rendered 
> correctly anymore. With myfaces-2.1.5 everything is ok.
> A testcase to reproduce this issue is attached.
> http://localhost:8080/jsftest/componenttest.jsf

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to