Tree: incorrect isLeaf() on decode if cacheable model is used
-------------------------------------------------------------
Key: RF-4809
URL:
https://jira.jboss.org/jira/browse/RF-4809
Project: RichFaces
Issue Type: Bug
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 3.3.1
<rich:tree id="tree" switchType="ajax"
value="#{dataService.rootNode}" var="item"
treeNodeVar="treeNode" nodeFace="#{treeNode.leaf ? 'leaf' :
'node'}">
<rich:treeNode id="node" type="node">
<h:outputText value="#{item} #{testBean.timeString}" />
</rich:treeNode>
<rich:treeNode id="leaf" type="leaf">
<rich:panel header="Panel">
<h:outputText value="#{item} #{testBean.timeString}" />
</rich:panel>
</rich:treeNode>
</rich:tree>
Nodes aren't expanded until preserveModel="none" set
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: