5 Replies Latest reply on Jun 19, 2008 4:08 AM by den74

    rich:treeNode with special character not working (IllegalSta

    den74

      (Richfaces 3.2.1GA on Tomcat 6)
      Just want let richfaces developer there is a problem with rich:treeNode
      If the text displayed contains character ° no event is send when i select the leaf as first step, and if select another leaf/node before then when i select the leaf with special char ° it sends this error:

      java.lang.IllegalStateException: No tree element available or row key not set!

      this is my simple code:
      <rich:treeNode type="leaf" iconLeaf="#{item.imageLeafIcon}" >
      <h:outputText value="#{item.text}" ></h:outputText>
      </rich:treeNode>

      and the text that gives me error is: "N° 204"

      Hope it will be useful for others