The seam manual here

http://docs.jboss.org/seam/2.0.1.CR1/reference/en/html/conversations.html#d0e5171

says,  alternatively to using bindings, do the following.  However, I can't get 
this to work.  uiComponent doesn't seem to exist, but I'm not sure 


  | <h:dataTable id="lineItemTable" var="lineItem" 
value="#{orderHome.lineItems}">
  |    <h:column>
  |       Row: #{uiComponent['lineItemTable'].rowIndex}
  |    </h:column>
  |    ...
  | </h:dataTable>
  | 
Is way really possible?  Is there a discussion on the implicit handles 
available to us using JFC, Facelets and Seam?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122413
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to