I am trying to configure AEM with Adobe DTM for tag management. I gave the API token and could successfully connect to DTM and fetch the company name and web properties. We are hosting the DTM libraries in AEM itself. Hence I selected "self-hosting" option. I have given the DTM bundle URL as well as...
Hi All,Is there a feature, similar to "live copy" for DAM assets? I'm looking for a way to create a parent/child relationship between assets, where the "children" assets inherit from the "parent". We are currently running AEM 5.6.1, but would be interested in new features that may exist on 6.0 or ...
Can anybody tell me the pdf generation for classic ui is working fine but not not in case of touch ui as same template and component has been used for touch ui.
I'm looking at putting some event handling on a dialog and going through the instructions here: https://helpx.adobe.com/experience-manager/using/creating-touchui-events.html1) The instructions result in an event that fires on ALL dialogs. Is there an example for setting up an event on a specific dia...
Hi All,(Similar issue to mine: http://coderissues.com/questions/31437688/how-to-traverse-a-map-having-keys-of-object-type-using-sightly )I am having tough time iterating a custom map in sightly, previously I have iterated through normal map<String, String> many type in sightly and it worked perfectl...
Can we do resource resolver mapping for DAM URLs like for content path we can?Lets say we have a DAM URL like (/content/dam/test/en_us/footer.png), in publisher we can refer that image like http://localhost:4503/content/dam/test/en_us/footer.pngand we have dispatcher configured for the above publish...
Hi,I am trying to use Jsoup library by creating an OSGi bundle out of it. I have created the bundles before so I am pretty much familiar with the process. I have also added the dependencies in the pom.xml like this: <dependency> <groupId>org.jsoup</groupId> <artifactId>jsoup</artifactId> <version>1....
I checked that cq:designPath is same in author and publish but when I am using ${currentStyle.path} to get the design path in author and publish then there is a slight difference i.e.author:/etc/designs/default/jcr:content/default-page/par-main/column-control/par-col-1/breadcrumbpublish:/etc/designs...
Hello All,Is there any document/references available on how to use Testing Framework provided as part of AEM 6.0???Do we need write any java code to test the component behaviours??Thanks,Kishore