Hi All,We are need to customize DAM admin menu where we need to add new menu items to "New" menu.For this we need to move files under /libs/cq/ui layer /apps/cq/ui layer.but we do not want to use this approach beacause it's overriding already done customization in this layer.Is there any way to do ...
I wanted to cache the below file in dispatcher without query parameters for all the pages. Is it possible ? http://localhost:7080/etc/clientcontext/default/content/jcr:content/stores.init.js?path=%2Fcontent%2Fmyatt%2Fhome&cq_ck=1438385758998
How to handle a user specific session in AEM, Is it fine to use HTTP Session so that i can store some attributes of user using session.setattribute method. Or is there any other way to handle user specific sessions in AEM?
Hello,I have a scenario where 1 Author instance replicates its content to 1 Publish instance.Now, at the infrastructure level, how does the replication process follows between two different applications (author and publish)?Is there a security layer attached and wrapped around the content that flows...
I've built a site using the query builder api which searches for assets within AEM,however the site seems to crash or take forever to load when on Chrome/Safari, butworks like a charm on Firefox. Any ideas on how to optimize this? Thanks
Since many hours I can't fix the same error as It was asked in 2013 in the link bellowCan't open <server>:<port>:4502.The blank page shows"Authentication Failed" and the URL would change to:http://mysite:4502/system/sling/cqform/defaultlogin.html?resource=%2F&$$login$$=%24%24logi n%24%24https://for...
Hi,I am trying to move pages from one place to another place using seesion. But I am getting javax.jcr.ItemExistsException: Same name siblings are not allowed. Below is my code:String sourcePath = "/content/a/b1";String destinationPath = "/content/a/b2"; session.move(sourcePath, destinationPath); se...
Hi,Has someone successfully installed Elastic Path demo for AEM 6.1? The packages mentioned on "https://docs.adobe.com/docs/en/aem/6-1/deploy/ecommerce/elasticpath.html" are not available on Package Share.I also had a look at the Elastic Path developer site. It mentions that EP API, EP Gemomerixxx C...
Hi, I am creating custom workflow for requirement.I have created a new process step for meta data validation. Based on the output of process step i have to decide the flow. If the validation passed it need to go to different user Else it need to send back to assigner. For this I used below code...