[
https://issues.jboss.org/browse/JBIDE-11656?page=com.atlassian.jira.plugi...
]
Cody Lerum commented on JBIDE-11656:
------------------------------------
Sorry about that. Read the JBIDE-3526 as "Resolved" instead
"Reopened"
Is this something that can be fixed or is it being pushed out?
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
Assignee: Alexey Kazakov
Fix For: 3.3.0.Beta3
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