]
Daniel Azarov updated JBIDE-6179:
---------------------------------
Attachment: org.jboss.tools.jsf.text.ext.test.patch
OpenOn should work for EL which variables from "var"
attributes.
----------------------------------------------------------------
Key: JBIDE-6179
URL:
https://jira.jboss.org/jira/browse/JBIDE-6179
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.1.0.GA
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.1.2
Attachments: org.jboss.tools.jsf.text.ext.patch,
org.jboss.tools.jsf.text.ext.test.patch
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: