[
https://issues.jboss.org/browse/JBIDE-11656?page=com.atlassian.jira.plugi...
]
Alexey Kazakov updated JBIDE-11656:
-----------------------------------
Component/s: JSF
jsp/jsf/xml source editing
Content assist not working for EL ui:param variable
---------------------------------------------------
Key: JBIDE-11656
URL:
https://issues.jboss.org/browse/JBIDE-11656
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF, jsp/jsf/xml source editing
Affects Versions: 3.3.0.Beta2
Environment: JBoss Tools nightly as of 4/25/12 -> JBoss Tools
JSF 3.3.0.v20120423-2340-H897-Beta3
Reporter: Cody Lerum
For the following code assist (content assist?) does not work for for the
#{organization.name} in the h:outputText
Also doesn't work if the ui:param is defined in the ui:define
<ui:composition>
<f:metadata>
<ui:param name="organization"
value="#{organizationManager.organization}" />
</f:metadata>
<ui:define>
<h:outputText value="#{organization.name} />
</ui:define>
</ui:composition>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira