When registering a servlet for a new post action using the AEM Core Components, how does the form container know that the post will select this servlet? The code used below works... @component(service = {Servlet.class}, property = { ServletResolverConstants.SLING_SERVLET_METHODS + "=" + Http...
We use the valtech migration tool to update refactored components etc. automatically on deployment. It uses the groovy console. We would prefer to run this only on author, then publish the changed artifacts to publish. The migration script might update components in hundreds of pages. How cou...
Hi, I tried the code mentioned below. <a href="/content/dam/wknd/images/sample.jpg" download> <img src="/content/dam/wknd/images/sample.jpg" alt="sample" width="104" height="142"> </a> This piece of code opens the image in a new tab, it doesn't download the image to my system. How to achieve th...
Hi, How to create information architecture for AEM? my understanding is that it is same as creating JCR folder structure. Is this correct? What factors to be considered? One factor is that any node should not have more than 1000 child nodes for Performance reasons. Thanks, Rama.
Hi Experts, I need to hide a row in adobe forms. If the Overall Discount(%) value in sales order is not present then the row will hide. var Disc = xfa.resolveNodes("xfa.record.FormPurchaseOrder.PriceAndTax.PriceComponent[*]").length; for (var i=0; i<=Disc; i++) {var TypeWord = xfa.resolveNode("xfa.r...
I am trying to setup an SPA in AEM using Angular with PWA features supported. I have followed the steps mentioned at this link SPA Editor Project | Getting Started with the AEM SPA Editor and Angular | Adobe Experience Manager. And I was able to setup the SPA using Angular in AEM. I need to add Prog...
Hi, I have a project xxxx project the bundle is installed mode. These are the errors inside the bundle javax.activation,version=[1.2,2) -- Cannot be resolvedcom.day.cq.dam.commons.process,version=[3.2,4) -- Cannot be resolvedcom.adobe.aem.wcm.seo.sitemap,version=[1.1,2) -- Cannot be resolvedcom.adob...