0 Replies Latest reply on Mar 4, 2009 4:33 AM by andi404

    Problem with RichFaces tags in Eclipse

    andi404

      Hi all,

      I've recently updated from MyFaces 1.1 to 1.2 and also from RichFaces 3.1 to 3.3.
      Whenever I open a jsp-file in Eclipse, i'm getting a lot of warnings. These warnings always occur when i use referenced variables inside a richfaces tag.
      For instance:
      <rich:tree var="treeItem" ...>
      <h:outputText value="#{treeItem.actionType.name}" />

      In this case, the treeItem in the EL will be underlined with the warning message "treeItem cannot be resolved".

      Anyone with the same problem?

      Thanks in advance,
      Andreas