There is one method of Page interface which can be used in sightly to iterate through children.
I want to iterate all the subsequent children reccursively.
there is an overloaded method listChildren(Filter ,Boolean) which can do that ......how to call this method from sightly?? I mean how Should onemodify the tag mentioned above to do it recursively.
You may define a
data-sly-template
, which is some kind of macro, and then call it recursively withdata-sly-call
: