Hi all,
I have the following component
<tc:tree id="onLineResult"
value="#{sdpTreeBacker.newTree}"
state="#{sdpTreeBacker.treeState}"
idReference="userObject.id"
nameReference="userObject.name"
showIcons="true"
showJunctions="true"
showRoot="true"
showRootJunction="true"
tipReference="userObject.colorImageSemaforo"
mutable="false">
<tc:column>
<tc:out value="userObject.colorImageSemaforo"> </tc:out>
</tc:column>
</tc:tree>
And I need to add some columns to the tree nodes, with some extra
information
Is this possible?????
What I need to modify in order to add the columns that the one I added
to the tc:tree
Thanks in advance
Regards,
Salvador B.