Hi,
I am adding the tree nodes dynamically in the prerender method of the backing bean to the
JSF Tree. The nodes are getting added successfully but the icon is not visible.
The icons are visible for the nodes that are added to the JSF Tree using the netbeans editor. The following code is added the JSF tag of the tree node for which the icon is visible.
<f:facet name="image">
<webuijsf:image icon="TREE_DOCUMENT" id="image4"/>
</f:facet>
How we can add this facet to the tree node i am creating in the prerender method?
Can you please help me?
Regards
Vinoth Selvaraj