i have multifield component and the property (composite=true) so its storing the values one by one like nodes, without using sling model is there any way to get values from those nodes like using htl(sightly).
i tried myself when this component have property (composite=false) so its storing the values in string array format and i used this one...its working but dont know for (composite=true)...
label: ${resource.label}<br>
number:${resource.number}
<div data-sly-resource="${'/content/training/homepage/jcr:content/parsys/multifieldcomponentt' }
</div>