]
Alexey Kazakov resolved JBIDE-3526.
-----------------------------------
Assignee: Viacheslav Kabanovich (was: Alexey Kazakov)
Resolution: Done
Done.
Code assist/validation/hyperlinks for EL variables that come from
<ui:param/>
-----------------------------------------------------------------------------
Key: JBIDE-3526
URL:
https://issues.jboss.org/browse/JBIDE-3526
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF, jsp/jsf/xml source editing
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.4.0.M1
For example:
mainPage.xhtml
...
<ui:include src="/layout/incPage.xhtml">
<ui:param name="var1" value="#{someBean}"/>
</ui:include>
...
/loyout/incPage.xhtml
...
<h:outputText value="#{var1.text}"/> <!-- Here CA should work for
var1 -->
...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: