Execution transpile-scripts of goal org.apache.sling:htl-maven-plugin:1.3.4-1.4.0:validate failed: Plugin org.apache.sling:htl-maven-plugin:1.3.4-1.4.0 or one of its dependencies could not be resolved: Failed to collect dependencies at org.apache.sling:htl-maven-plugin:jar:1.3.4-1.4.0 -> org.apache....
Hello , I am trying to do nested multifield with Text and Image. I have created the dialog like the below and the values are stored in crxde. And I'm using sling model to display those multifield values on page. Text values are displaying but not the image . Can anyone help me. How to display image ...
When we run ACS AEM reports on the Author instance, they work fine. However when we run it on the Publish instance, it fails and we get the following error: 18.02.2022 12:26:29.772 ERROR [192.150.9.200 [1645205186151] GET /var/acs-commons/reports/users-on-jhi-manulife-sites/jcr:content.report.csv ...
Hi, I have to add in a STATIC pdf form several instances of a subform depending on how many times there is a tag in the xml.I have no problem doing it in dynamic but when I change in static I have this errorError: Unable to add instance of 'Row1': recursive or cyclic situation detected. Any suggesti...
Is localization possible on Content Fragment? Use Case:We've a content fragment which act as a repository for data storage. Now with multi language site we need to localize this data so that it can be used across multiple locale. Is localization possible at content fragment level? Yes, we can achiev...
My employer has recently switched its CMS to AEM (Adobe Experience Manager).We store a large amount of documentation on our public website.Our customers need to be able to find information contained within those documents, some of which are 100s pages in length.Adobe are disappointingly saying their...
Hi,On the workflow participant step want to show (read only) value that is stores in the page properties of the payload. Any suggesting how can we do this in AEM 6.5Also if there is a need to show some custom value in workfow participant step, please let us know how can we achieve.
Hi all, I am looking for some way to seperate the local project build and installing the package in AEM.I am looking for something to break into 2 steps.The first step mvn clean install -DskipTests=truewhich will prepare the zip files under target folders of ui apps and ui content and the bundle und...
Hello everyoneDoes anyone knows how can I test (unit testing) this method in aempublic ComponentData getData() { Resource investorListEventResource = this.request.getResource(); // Use ComponentUtils to verify if the DataLayer is enabled if (ComponentUtils.isDataLayerEnabled(investorLis...