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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Dec 6 13:43:37 EST 2008


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

Nick Belaevski updated RF-4809:
-------------------------------

    Fix Version/s: Future


> 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
>             Fix For: Future
>
>
> 		<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