[
https://jira.jboss.org/jira/browse/JBIDE-6179?page=com.atlassian.jira.plu...
]
Alexey Kazakov updated JBIDE-6179:
----------------------------------
Fix Version/s: 3.1.1
(was: 3.1.2)
Assignee: Daniel Azarov (was: Alexey Kazakov)
Looks like safe fix. Daniel, please commit the patch to the branch.
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.1
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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira