Nested Parsys in AEM 6.3
Hi,
I wanted to create a nested parsys system, which would allow me to create a parsys inside a parsys. I have been trying to do it like this:
<div data-sly-resource="${'main-par' @ resourceType='wcm/foundation/components/parsys'}">
<div data-sly-resource="${'./parsys-container' @ resourceType='wcm/foundation/components/parsys'}"></div>
</div>
But this approach is not working. Can anyone please tell me how to do this correctly.
