[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-1803) Seam Code Assist does not recognize "var" attributes in JSF tags.

Svetlana mukhina (JIRA) jira-events at lists.jboss.org
Wed Aug 27 06:45:38 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Svetlana mukhina updated JBIDE-1803:
------------------------------------

    Affects:   (was: [Documentation (Ref Guide, User Guide, etc.)])


> Seam Code Assist does not recognize "var" attributes in JSF tags.
> -----------------------------------------------------------------
>
>                 Key: JBIDE-1803
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-1803
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Seam
>    Affects Versions: 2.0.0.GA
>            Reporter: Alexey Kazakov
>            Assignee: Alexey Kazakov
>             Fix For: 2.1.0.beta1
>
>         Attachments: TestComponentForVarAttributes.java
>
>
> 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.

-- 
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