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&...]