-
Bug
-
Resolution: Done
-
Major
-
3.1.0.GA
-
None
For example:
<rich:dataTable value="#
{seamComponent.list}" var="_localVariable">
<h:outputText value="#{_localVariable.property}" />
</rich:dataTable>
@Name("seamComponent")
public class SeamComponent
{
public List<Something> getList() {
}
}
OpenOn for #{_localVariable.property} should work.
- relates to
-
JBIDE-4758 EL OpenOns should use new unified EL Resolvers mechanism from org.jboss.tools.common.el
-
- Closed
-