[
https://issues.jboss.org/browse/JBIDE-12295?page=com.atlassian.jira.plugi...
]
Isaac Rooskov updated JBIDE-12295:
----------------------------------
Release Notes Docs Status: Documented as Feature Request
Writer: irooskov
Release Notes Text: Open-on for expression language variables has been added
for: <ui:param/>. This new functionality is also extended to all parameters with the
same name.
Open-on for EL variables that come from <ui:param/>
---------------------------------------------------
Key: JBIDE-12295
URL:
https://issues.jboss.org/browse/JBIDE-12295
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.Final
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Labels: new_and_noteworthy
Fix For: 4.0.0.Alpha1
mainPage.xhtml
...
<ui:include src="/layout/incPage.xhtml">
<ui:param name="var1" value="#{someBean}"/>
</ui:include>
...
/loyout/incPage.xhtml
...
<h:outputText value="#{var1.text}"/>
Open-on at 'var1' should provide an option to open the declaration in
mainPage.xhtml.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira