1 Reply Latest reply on Nov 14, 2007 7:03 PM by seamdev

    general questions about rich:tree behavior

    seamdev

      I have a rich:tree with a checkbox at each treenode. The value of checkbox is obtained from a backing bean property. Whenever, I collapse the tree node or expand the tree node, the tree seems to be calling setProperty method on the backing bean. Since, the checkbox was not clicked, I see no reason for this method being called. It will be great if someone can explain:

      1. Why do we have that setProperty call being made?

      2. Is there anyway to turn off the setProperty call? I get the values set using a separate ajax call.