You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org> on 2018/03/20 12:59:00 UTC

[jira] [Commented] (TOBAGO-1878) Duplicated IDs for tc:tree inside tc:flexLayout with mojarra

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

Bernd Bohmann commented on TOBAGO-1878:
---------------------------------------

Please add the full exception

> Duplicated IDs for tc:tree inside tc:flexLayout with mojarra
> ------------------------------------------------------------
>
>                 Key: TOBAGO-1878
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1878
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>          Components: Core
>            Reporter: Henning Noeth
>            Priority: Major
>             Fix For: 4.2.1
>
>
> Tested with Mojarra 2.0, 2.1, 2.3
> The bug appears if columns attribute have the value '1fr'.
> The duplicated IDs are from <style> tags.
> Example:
> {code:xml}<tc:flexLayout columns="1fr">
>   <tc:tree value="#{treeController.sample}" var="node">
>     <tc:treeNode>
>       <tc:treeLabel value="#{node.userObject.name}"/>
>     </tc:treeNode>
>   </tc:tree>
> </tc:flexLayout>{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)