Community

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

created by Vadim Berezniker in JBoss Tools - View the full discussion

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

Reply to this message by going to Community

Start a new discussion in JBoss Tools at Community