You can achieve this using sling models very easily-@Model(adaptables=Resource.class)public class MyModel { @Inject private List<Resource> addresses;}Here addresses the node name under which the multi-field nodes are getting saved+- addresses | +- address1 | +- address2Refer:Apache...
Go crx-quickstart/bin folder. Open start.bat file for windows and start(.sh) file for linux. change the run mode from author to publish then start AEM using command prompt.Double click on start.bat file(Windows) or run ./start (linux)
You should use the C page's path. First you should convert the C page's path to a resource then adapt it to Page or Node to get the jcr:title property. You can use Sightly's JavaScript Use API by passing page C's path and the required property (jcr:title).or try below${resolver.getResource('/path/to...
Is there any other way to fix this issue without white listing the bundle? In my code, I'm using the system user to get the resource resolver but still I'm getting the same issue. Any idea?