[jbosstools-issues] [JBoss JIRA] (JBIDE-12614) Code completion on item with h:dataTable fails if value point on datamodel object

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Mon Sep 24 13:56:34 EDT 2012


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

Vlado Pakan closed JBIDE-12614.
-------------------------------



Verified with JBT 4.0.0.Alpha2-v20120922-1931-B12.
                
> Code completion on item with h:dataTable fails if value point on datamodel object 
> ----------------------------------------------------------------------------------
>
>                 Key: JBIDE-12614
>                 URL: https://issues.jboss.org/browse/JBIDE-12614
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.1.1
>         Environment: Windows 7, Eclipse Juno
>            Reporter: Piotr Bezpalko
>            Assignee: Alexey Kazakov
>             Fix For: 4.0.0.Alpha2
>
>
> When using data model object (eg. javax.faces.model.ListDataModel<MyClass> -  bean.listDM) and h:dataTable (or rich:dataTable) Eclipse warns me on item presentation #{item.name) '"name" cannot be resolved'.
> {code}
> <h:dataTable var="item" value="#{myBean.listDM}">
>  <h:column>
>     <h:outputText
> 	value="#{item.name}" />
>  </h:column>
> </h:dataTable>
> {code}
> If I change bean.listDM on bean.list (java.util.List<MyClass>), then no warning is displayed.
> After deployment both of version works fine.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list