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

Open-on for EL variables that come from <ui:param/>

XMLWordPrintable

    • Open-on for expression language variables has been added for: <ui:param/>. This new functionality is also extended to all parameters with the same name.
    • Documented as Feature Request

      mainPage.xhtml
      ...
      <ui:include src="/layout/incPage.xhtml">
      <ui:param name="var1" value="#

      {someBean}

      "/>
      </ui:include>
      ...
      /loyout/incPage.xhtml
      ...
      <h:outputText value="#

      {var1.text}

      "/>

      Open-on at 'var1' should provide an option to open the declaration in mainPage.xhtml.

            scabanovich Viacheslav Kabanovich (Inactive)
            scabanovich Viacheslav Kabanovich (Inactive)
            Isaac Rooskov Isaac Rooskov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: