You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Kočí (JIRA)" <de...@myfaces.apache.org> on 2010/09/17 20:26:35 UTC

[jira] Commented: (MYFACES-2925) Facelets: Fail to insert from page included in template

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

Martin Kočí commented on MYFACES-2925:
--------------------------------------

This is related to:
https://issues.apache.org/jira/browse/MYFACES-2925
https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1708

and "Facelets Template Client API does not take into account tags semantic" topic at jsr-314-open@jcp.org

Maybe we should review the "Definitions inside ui:include referenced page should ignore what is outside it" assumption.



> Facelets: Fail to insert from page included in template
> -------------------------------------------------------
>
>                 Key: MYFACES-2925
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2925
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.2
>         Environment: MyFaces 2.0.2-SNAPSHOT
> Tomcat 6.0.29
> OpenJDK Runtime Environment (IcedTea6 1.8.1) (6b18-1.8.1-0ubuntu1)
>            Reporter: Lukas Fryc
>         Attachments: insertion-sample.war
>
>
> When trying to insert from page included in template, insertion fail.
> Works well in Mojarra 2.0.2.
> Attached sample war.
> [index.xhtml]
> <ui:composition template="template.xhtml">
>         <ui:define name="insertion">Inserted OK</ui:define>
> </ui:composition>
> [template.xhtml]
> <h:body>
>         <ui:include src="insertion.xhtml" />
> </h:body>
> [insertion.xhtml]
> <ui:composition>
>         <ui:insert name="insertion">Insertion Failed</ui:insert>
> </ui:composition>

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