dev@jsftemplating.java.net

dynamicTreeNode: cannot hide

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Tue, 31 Oct 2006 13:57:51 -0800

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