[richfaces-issues] [JBoss JIRA] (RF-12887) Nodes with types that are not listed in <rich:treeNode> are not rendered

Brian Leathem (JIRA) jira-events at lists.jboss.org
Sat Apr 6 03:06:42 EDT 2013


     [ https://issues.jboss.org/browse/RF-12887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-12887:
-------------------------------

    Labels: waiting_on_user  (was: )


Can you provide the backing bean that does with this sample to more easily enable us to reproduce your behaviour?

https://community.jboss.org/wiki/SubmittingEffectiveIssueReports
                
> Nodes with types that are not listed in <rich:treeNode> are not rendered
> ------------------------------------------------------------------------
>
>                 Key: RF-12887
>                 URL: https://issues.jboss.org/browse/RF-12887
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: component-tree
>    Affects Versions: 4.3.0.Final
>         Environment: RichFaces 4.3.0.Final and JSF 2.2
> JBoss AS 7.1.1.Final
>            Reporter: Sergey Suvorov
>            Priority: Minor
>              Labels: waiting_on_user
>
> When using attribute "type" of <rich:treeNode> nodes with different types are not rendered. In the following tree only nodes with types "1", "2" and "1_1" will be rendered
> {code}
>       <rich:tree id="tree" nodeType="#{item.data.type}" var="item" value="#{backingBean.rootNode}" toggleType="client" selectionType="ajax">
>          <rich:treeNode type="1">
>             #{item.data.label}
>          </rich:treeNode>
>          <rich:treeNode type="2">
>          	#{item.data.label}
>          </rich:treeNode>
>          <rich:treeNode type="1_1">
>          	#{item.data.label}
>          </rich:treeNode>
>       </rich:tree>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list