Skip to content

Instantly share code, notes, and snippets.

@papousek
Created October 30, 2012 10:20
Show Gist options
  • Save papousek/3979464 to your computer and use it in GitHub Desktop.
Save papousek/3979464 to your computer and use it in GitHub Desktop.
rich:tree and rowKeyConverter
<rich:tree var="node" value="#{treeRoot}" rowKeyConverter="#{treeNodeConverter}">
<rich:treeNode>
<h:outputText value="#{node}" />
</rich:treeNode>
</rich:tree>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment