Hi,You can simply use below code<div data-sly-resource="${ 'item{0}' @ format=itemList.count, resourceType='path to component resource}"></div>It will create node with name item1, item2, item3...etcThanks
Try to change the URL in by Editing from http://localhost:8080/dispatcher/invalidate.cache to http://localhost:80/dispatcher/invalidate.cache as Apache default works on 80 portThanks
Access to production publish crxde is disabled for security reasons but you might have access production author crxde where you can create and then replicate it.Thanks
Dialogs are basically forms.When you submit a dialog, data in all the fields will be sent a post request to aem default servlet and from there it will be stored in nodes. This is very similar to the way a web form works, values in all the fields will be sent to the path specified in actions. Now her...
Hi Kishore,I am assuming you need obfuscated API.Include this in parent pom.xml<dependency> <groupId>com.adobe.aem</groupId> <artifactId>uber-jar</artifactId> <version>6.1.0</version> <scope>provided</scope> <classifier>obfus...
Hi, In short you need to request for a resource for which resource type is wht u have given in servlet.It can be a page which is having resourceType as /libs/myFirstApp/company/repoThis Helpx article explains these in detail https://helpx.adobe.com/experience-manager/using/resourcetypes.htmlThanks