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

Cody Lerum (JIRA) jira-events at lists.jboss.org
Mon Feb 6 14:11:48 EST 2012


Cody Lerum created JBIDE-10809:
----------------------------------

             Summary: 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
    Affects Versions: 3.3.0.M5
            Reporter: Cody Lerum


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