[richfaces-issues] [JBoss JIRA] Created: (RF-4809) Tree: incorrect isLeaf() on decode if cacheable model is used

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sun Nov 2 13:11:21 EST 2008


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


		<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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list