Hi Ken,
Looks like dynamicTreeNode doesn't honor the "rendered" or "visible"
attribute.
I want to hide the dynamicTreeNode itself and its children, so i set
rendered="$boolean{false}" and visible="$boolean{false}" , it still
always try to show it.
- clusters (TreeNode)
-- cluster-1 (dynamicTreeNode with 0 or more children)
-- instance-1
I want to hide the red portion above. Can you check if its possible to
hide the dynamicTreeNode ?
thanks
Anissa