According to the documentation: https://docs.adobe.com/content/help/en/experience-manager-core-components/using/components/accordion.htmlAccordion properties should have "ID" field, in order to create deep linking. But I don't see the "ID" field on my AEM 6.5?
I am using AEM 6.5 service pack 4. I am building a multi module maven project and building and installing 3 modules in AEM. I am unable to install the module using Jenkins, especially the 3rd module wherein I am facing the below errors interchangeably and occurs intermittently:Request to http://<hos...
Hello everybody, We currently got an issue in our instance of AEM. We are currently on AEM 6.4.8.1.Today to get some data we make a request in our code :SELECT * FROM [nt:base] WHERE ISDESCENDANTNODE('/etc/commerce/nicephore/catalog/MSegment') AND [cnp:type] = 'Parfums'When we execute the query thro...
I am trying to deploy an SPA to AEM version 6.5.5 using the -Pclassic build profile, but at the end of the build process, I receive the following warning: [WARNING] The requested profile "classic" could not be activated because it does not exist.Am I missing something in order to include that profil...
Hi, We recently set up a custom error page by overlaying /libs/sling/servlet/errorhandler/404.jsp. our 404.html contains:<html data-sly-use.responseStatus="apps.sling.servlet.errorhandler.ResponseStatus404">...</html> and the ResponseStatus404.java file contains this:public void activate() throws Ex...
Hi.The AEM 6.5.6 service pack was released a couple of days ago, but the uber-jar-6.5.6 doesn't seem to be available yet.Will it be available soon ?ThanksErling
Hi I have AEM Classroom in a book that is on ver 5.6 and am wondering if is there another book for marketing and other functional users on AEM 6.4 ? Thanks
I was creating website pages by using the Editable template but suddenly my editable template background changes to black and drop components box size also changed, not able to find how it got affected. Please suggest. Thanks,Heena
Hello Community - I wanted to use the cookie or sessionstorage value in clientside using Javascript or Jquery (Not USE-API as this will be executed in serverside) and pass the value as one of the parameter(Instead of 'xyz') in data-sly-use & data-sly-test as well. Please let me know how to achieve t...