3 Replies Latest reply on May 3, 2008 1:56 PM by amitev

    datatable: var placeholder cannot be resolved

      Hi all,
      I use Eclipse 3.3.2 with WTP and JBossTools 2.0.1.GA plugin.

      I have problem resolving "var" placeholder inside datatable.

       <h:dataTable value="#{Bean.items}" var="item">
       <h:outputText value="#{item}" />
       </h:dataTable>
      


      The text "#{item}" is suggested by the environment but the item's attributes was not resolved when I try to do ctrl+spacebar after #{item.}

      Thanx