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

Seam EL Hyper Links don't not recognize "var" attributes in JSF tags.

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Optional Optional
    • 2.1.0.CR1
    • 2.0.0.GA
    • seam2
    • None

      EXECUTE: Create seam project.
      EXECUTE: Create TestComponentForVarAttributes component (see attached java file in http://jira.jboss.org/jira/browse/JBIDE-1803)
      EXECUTE: Open home.xhtml
      EXECUTE: Add:
      <h:dataTable value="#

      {mapItems}

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

      {mapItem.value.items}

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

      {test.name}

      "/>
      </h:dataTable>
      </h:dataTable>
      EXECUTE: Ctrl+Clic in "...name}"
      ASSERT: TestComponentForVarAttributes java editor appears. Getter "getName()" is selected.

            vrubezhny Victor Rubezhny (Inactive)
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: