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

Code assist/validation/hyperlinks for EL variables that come from <ui:param/>

XMLWordPrintable

    • Documentation (Ref Guide, User Guide, etc.)
    • Code assistance, validation and hyperlinks are now provided for expression language variables that come from: <ui:param/>.
    • Documented as Feature Request

      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 -->
      ...

      Should also work for ui:composition and ui:decorate.

            scabanovich Viacheslav Kabanovich (Inactive)
            alexeykazakov Alexey Kazakov
            Isaac Rooskov Isaac Rooskov (Inactive)
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: