[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3172) Seam EL Hyper Links don't not recognize "var" attributes in JSF tags

Aliaksey Nis (JIRA) jira-events at lists.jboss.org
Tue Nov 11 14:08:38 EST 2008


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

                 Key: JBIDE-3172
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3172
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Seam
    Affects Versions: 3.0.0.cr1
         Environment: 
WindowsXP SP2
JBoss Tools
Version: 3.0.0.CR1
Build id: JBossTools-3.0.0.CR1-N200811080256
JDK 1.5_08
            Reporter: Aliaksey Nis


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.

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

        



More information about the jbosstools-issues mailing list