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

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

XMLWordPrintable

      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)
            anis_jira Aliaksey Nis (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: