6 Replies Latest reply on Mar 9, 2009 11:56 AM by nbelaevski

    Problem using rich:treeNode & h:selectBooleanCheckBox

    prakhar211


      I am having tree with parent node="Category" & Child node="Subcategory".
      Scenario : Tree contains 3 category node & each of these three node contains 3 subcategory node i.e child node.When i select the last child node of last parent than in that case when i select the boolean checkbox than automatically it gets unselected.This happens only with the last node of last parent node.
      Example:
      Category1:
      SubcategoryA
      SubcategoryB
      SubcategoryC
      Category2:
      SubcategoryD
      SubcategoryE
      SubcategoryF
      Category3:
      SubcategoryG
      SubcategoryH
      SubcategoryI

      When i select the SubcategoryI than only problem comes.