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