[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-1174) vars defined in <ui:repeat/>, <rich:dataTable/> or <h:dataTable/> throw a warning

Gavin King (JIRA) jira-events at lists.jboss.org
Wed Oct 24 13:29:01 EDT 2007


vars defined in <ui:repeat/>, <rich:dataTable/> or <h:dataTable/> throw a warning
---------------------------------------------------------------------------------

                 Key: JBIDE-1174
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1174
             Project: JBoss Tools
          Issue Type: Bug
          Components: JSF, Seam
            Reporter: Gavin King
         Assigned To: Max Andersen


In this code example:

    <rich:dataTable
                var="auction"
              value="#{auctionList.resultList}" >
        <h:column>
            #{auction.id}
        </h:column>
   <rich:dataTable>

the use of "auction" gets flagged with a warning. Of course this is wrong, since it is the iteration variable. Same for ui:repeat and h:dataTable. 

What would be really nice is if command-clicking on "action" would take me to the containing rich:dataTable, but if this is a lot of work, I guess its not a priority for now.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list