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

OpenOn should work for EL which variables from "var" attributes.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.1.1
    • 3.1.0.GA
    • jsf
    • None

      For example:

      <rich:dataTable value="#

      {seamComponent.list}

      " var="_localVariable">
      <h:outputText value="#{_localVariable.property}" />
      </rich:dataTable>

      @Name("seamComponent")
      public class SeamComponent
      {
      public List<Something> getList() {
      }
      }

      OpenOn for #{_localVariable.property} should work.

              dazarov_jira Daniel Azarov (Inactive)
              alexeykazakov Alexey Kazakov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: