I've tried to retrieve an object within a JXTemplate:
#{//foo/bar}
This works fine outside any "forEach". If I'am using it inner forEach, nothing will be printed out:
<jx:forEach var="something" items="${myList}">
#{//foo/bar}
</jx:forEach>
Because // refers to the root, the value should be printed out within this context, right? Whats wrong?
Thank you.
Regards Stephan
