I have component hierarchy parsys -> parentcomp -> childcomp
parentcomp
node has some properties.
I am trying to access parent parentcomp
properties at childcomp
level.
I am not sure how to do this.
Any idea how to get a parent node properties. I know following code, gives me the path having parent node as one of selector. But, not sure how to get to exactly specific node and read those properties.
<%= currentNode.getPath() %>
Thank you, Sri