[jboss-user] [JBoss Tools (users)] - [JBoss Tools 2.1.2.GA] Resolving a row variable does not wor

kphilipp do-not-reply at jboss.com
Tue Dec 2 05:31:50 EST 2008


Take a look at the following code:


  |   <rich:dataTable id="cTable" value="#{customers.list}" var="record"> 
  |     <rich:column>
  |       <f:facet name="header"><h:outputText value="Surname" /></f:facet>
  |       <h:outputText value="#{record.surname}" />
  |     </rich:column>
  |   </rich:dataTable>
  | 

The row variable named "record" used by the h:outputText element can not be resolved. But if I replace rich:dataTable with h:dataTable the eclipse error "record cannot be resolved" disappers. The deployed project works as expected.

I use RichFaces Service Release 3.2.2.SR1, Mojarra Release 1.2_10, JBoss Tools 2.1.2.GA, Eclipse 3.4, ... 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193695#4193695

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193695



More information about the jboss-user mailing list