3 Replies Latest reply on Apr 6, 2011 7:44 AM by krikorkherberian

    rich treenode internet explorer 7 problem

    krikorkherberian

      I have following

       

      <rich:treeNode   type="node"   >

                                  <h:outputText value="#{item.name}" >

                                  </h:outputText>

                                  </rich:treeNode>

       

       

      The value item.name is empty. On Mozzila firefox on select of this node , its selected (that is selection box around it shows). Whereas on IE7, no matter how much I click on it the selection box doesnt show whenever item.name is empty.

       

      Whats solution? I want user to see the selection box on empty name.