4 Replies Latest reply on Apr 13, 2010 9:42 AM by laixer

    "Open Selection" not working for "local" EL variables

    laixer

      Code:

       

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

       

      Open Selection (F3/Ctrl Click) works correctly if you perform it on #{list}.

      However, it doesn't appear to do anything if you try it on "property."

       

      I believe this worked in 3.0