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

Seam Code Assist does not recognize "var" attributes in JSF tags.

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 2.1.0.beta1
    • 2.0.0.GA
    • seam2
    • None

      EXECUTE: Create seam project.
      EXECUTE: Create TestComponentForVarAttributes component (see attached java file)
      EXECUTE: Open home.xhtml
      EXECUTE: Add:
      <h:dataTable value="#

      {mapItems}

      " var="mapItem">
      <h:dataTable value="#

      {mapItem.value.items}

      " var="test">
      <h:outputText value="#

      {test.}

      "/>
      </h:dataTable>
      </h:dataTable>
      EXECUTE: Ctrl+Space in <h:outputText value="#{test.|
      ASSERT: There is "test.name" in a list of proposals.

            alexeykazakov Alexey Kazakov
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: