-
Bug
-
Resolution: Duplicate
-
Major
-
3.3.0.Beta2
-
None
For the following code assist (content assist?) does not work for for the #
{organization.name} in the h:outputTextAlso 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>
- duplicates
-
JBIDE-3526 Code assist/validation/hyperlinks for EL variables that come from <ui:param/>
- Closed