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

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Thu Apr 10 11:36:54 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBIDE-1814?page=all ]

Victor Rubezhny resolved JBIDE-1814.
------------------------------------

    Resolution: Done

> Seam EL Hyper Links don't not recognize "var" attributes in JSF tags.
> ---------------------------------------------------------------------
>
>                 Key: JBIDE-1814
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1814
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Seam
>    Affects Versions: 2.0.0.GA
>            Reporter: Alexey Kazakov
>         Assigned To: Victor Rubezhny
>            Priority: Optional
>             Fix For: 2.1
>
>
> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list