Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-1174

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • None
    • jsf, seam2
    • None

      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.

            manderse@redhat.com Max Andersen
            gavin.king Gavin King (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: