Recently started working on AEM components.i looked into the difference at https://docs.adobe.com/docs/en/htl/docs/use-api.htmli also tried both java and js use api, when we use java use api, we have to deploy the jar if the java code is in core module? so this mean JS use API is easy to deploy ? an...
Hi all,On the touch ui, at various locations like sites, projects , assets . I could see that there are various calls fetching the first 40 results , and as we scroll down the page, the next set of forty results comes on and this happens on further scroll down also,http://localhost:2017/mnt/overlay/...
I'm evaluating AEM 6.2 OOTB forms component to build a Newsletter signup form with AJAX submission, this is not AEM Forms that is licensed separately.https://docs.adobe.com/docs/en/aem/6-2/develop/components/developing-forms.htmlI'm also planning to use AEM OOTB form builder to create multiple forms...
I understand that getAdministrativeResourceResolver has been deprecated since 6.0 (valid risks for this change?) and a resource resolver has to be fetched by passing an appropriate system user. But if you are accessing the resource resolver from a sling request object, what user is this resolver map...
Hi,I have created a workflow in which the author_group user starts the workflow and in the next step it gets assigned to Publisher group through OOTB participant step process. Now at the end of the workflow i need to send an email to the initiator, but since the workflow session got transferred to p...
I am getting a 404 error when trying to reference an image resource under a clientlib folder. According to the documentation, this should work. I am able to verify that the image can be opened using the /app path so I know that the ACL and path are correct. It seems like there is something else int...
Should it be possible to copy and AEM 6.1 publish instance between UAT and dev environments and have that instance pick up the target environment's config ?I have copied a publish instance back from UAT to a dev server. I then deleted the sling.id.file and reset the clusterid, using the oak-run too...
Hi,I'm exploring the "permission sensitive caching" of pages in AEM. I've followed the official documentation about how can we create a servlet to check user permissions and allow them to access cached pages.But, what I didn't understand it how it'd be applied in the scenario?Cos' so far whatever I'...