[jboss-user] [JBoss Tools] - "Open Selection" not working for "local" EL variables

Vadim Berezniker do-not-reply at jboss.com
Tue Apr 13 08:08:18 EDT 2010


Vadim Berezniker [http://community.jboss.org/people/laixer] replied to the discussion

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

To view the discussion, visit: http://community.jboss.org/message/537158#537158

--------------------------------------------------------------
Okay I screwed up that example. It should have been.

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

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

if you perform "Open Selection" on the "list" property, SeamComponent.java will open and focus on getList().
If you try to do it on the "property" of the local variable, nothing will happen.

It used to actually open the property on the referenced object.

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/537158#537158]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100413/78302a98/attachment.html 


More information about the jboss-user mailing list