We would like to create an AEM Communities site on our AEM 6.2 server. Is there a way to build it out using Maven and Eclipse? (instead of using the GUI). Thanks.
I have a use case in which I have to create a content object with following fields in AEM 6.2.1. Image2. Title3. Teaser4. DescriptionAuthors will also tag these content objects with metadata as well.Our Content team will create hundreds of these content objects. These content objects would be displ...
HI,I am using cq:htmlTag node to remove the cq generated divs.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" cq:tagName="" jcr:primaryType="nt:unstructured" class="" ...
Hi everyone,I can't change my language preference,it always show an error"org.apache.sling.api.SlingException: Exception during response processing"Does anyone know what should I do first? Thank you.
Backed code submits an object as : HashMap<String, HashMap> map= new HashMap<String, HashMap>();In Sightly how can I access Key, Values of the inner Hash Map.
Hi,I am trying to implement SDI in AEM + Dispatcher using Sling Dynamic Include 2.2.1I have followed steps as per https://github.com/Cognifide/Sling-Dynamic-Include AEM components embedded in template level as below:<div data-sly-resource="${'test' @ resourceType='test/components/test'}"></div> AEM...
In our application is based on authentication i.e. a user cannot login to our application till he/she logs in using credentials. But our dam content is getting accessible if it is cached in Dispatcher. Once a image is cached in dispatcher the call does not come to the publish where in sling authenti...
We've two publish instances but want tot trigger a specific workflow from only one publish instance? How can this be configured without manually disabling a certain workflow in one of the publish instances
Hi ,Getting default workflow email template mails by enabling email notification checkbox in participant step .how to change participant step to pick up custom email template rather than default workflow email template.default : /etc/workflow/notification/email/default/en.txtcustom : /etc/workflow/n...