[
https://issues.jboss.org/browse/RF-12887?page=com.atlassian.jira.plugin.s...
]
Brian Leathem updated RF-12887:
-------------------------------
Labels: (was: waiting_on_user)
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
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