[jbosstools-issues] [JBoss JIRA] (JBIDE-10809) Can't Resolve Property if Interface Extending another Interface

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Mon Feb 13 08:00:01 EST 2012


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

Vlado Pakan closed JBIDE-10809.
-------------------------------


    
> Can't Resolve Property if Interface Extending another Interface
> ---------------------------------------------------------------
>
>                 Key: JBIDE-10809
>                 URL: https://issues.jboss.org/browse/JBIDE-10809
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 3.3.0.M5
>            Reporter: Cody Lerum
>            Assignee: Alexey Kazakov
>             Fix For: 3.3.0.Beta1
>
>
> This broke in a recently nightly (last 2 weeks)
> Entity User implements IndexedEntity
> IndexedEntity extends SearchableEntity
> SearchableEntity extends BaseEntity
> entityId is a property of BaseEntity
> searchResultName is a property of SearchableEntity
> search.results returns a List<SearchableEntity>
> {code}
> <rich:dataTable value="#{search.results}" var="_r" styleClass="standardTable">
> 				
> 	<rich:column styleClass="left">
> 		<f:facet name="header">Name</f:facet>
> 		<h:link value="#{_r.searchResultName}" outcome="#{_r.entityType.viewId}">
> 			<f:param name="oid" value="#{_r.entityId}" />
> 		</h:link>
> 	</rich:column>
> 					
> </rich:dataTable>
> {code}
> Gives error "entityId" cannot be resolved
> searchResultName can be resolved.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list