Author: akazakov
Date: 2012-02-07 21:03:50 -0500 (Tue, 07 Feb 2012)
New Revision: 38492
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/projects/SeamWebWarTestProject/WebContent/varAttributes.xhtml
Log:
https://issues.jboss.org/browse/JBIDE-10809 Can't Resolve Property if Interface
Extending another Interface
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/projects/SeamWebWarTestProject/WebContent/varAttributes.xhtml
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.core.test/projects/SeamWebWarTestProject/WebContent/varAttributes.xhtml 2012-02-08
01:13:04 UTC (rev 38491)
+++
trunk/seam/tests/org.jboss.tools.seam.core.test/projects/SeamWebWarTestProject/WebContent/varAttributes.xhtml 2012-02-08
02:03:50 UTC (rev 38492)
@@ -61,7 +61,7 @@
</h:dataTable>
<h:dataTable value="#{searchTestComponent.users}" var="_r2">
- <h:link value="#{_r.nonExistingBroken}"/>
+ <h:link value="#{_r2.nonExistingBroken}"/>
<h:link value="#{_r2.entityType.viewId.bytes}"
outcome="#{_r2.entityType.superTest}">
<f:param name="oid"
value="#{_r2.holder.entityType.viewId.bytes}" />
</h:link>