Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11656

Content assist not working for EL ui:param variable

XMLWordPrintable

      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>

            alexeykazakov Alexey Kazakov
            cody.lerum@gmail.com Cody Lerum
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: