HelloYesterday, I received some really helpful advice around components and whether they're shareable across more than one site. Today, I wanted to follow the steps I'd been shown yesterday, but the components within the layout container are no longer visible, and when selecting the layout container...
Hello everyone I’m trying to integrate google reCAPTCHA v2 in my form (https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/forms/form-container.html?lang=en) (core form container) but I just couldn’t find any documentation. Does anyone knows how can add it to...
Hi, We are trying to migrate our project from AEM 6.1 to AEM 6.5 using CRX2OAK migration tool. The version we are using - crx2oak-1.10.0-all-in-one.jar. The command we are using is as below. java -Xmx1g -jar crx2oak-1.10.0-all-in-one.jar segment-old:<localdrive>/auth6.1/crx-quickstart/repository <lo...
Hi, I'm unable to make JAXWS web-service in AEM 6.5. I followed this which says that this is due to cfx being removed in 6.5. As per the document, i have Installed the cfx bundle provided in the article.Removed the javax.jws.*,javax.xml.bind.*,javax.xml.bind.annotation.*entries from cxf-rt-frontend-...
I'm joining a large project that is in the process of updating components and templates to 6.5. Its been difficult to tell what has and hasn't been updated without reviewing the code of each file. My thoughts are to start documenting each component with a readme as its updated. Each would have whats...
I am trying to execute the following code snippet by using the conditional operator in sightly/htl: <a href="${author ? footer.root.path @ extension = 'html' : footer.root.path}" class="-oneX-link--block text-gray-100">${footer.root.title}</a> but it is failing with th...
Hi Team, We have one Cron job scheduler which creates around 100k pages in Production (weekly twice) and then we need to publish all pages. Would like to know best approach to handle this situations so that It does not impact Prod AEM instances' performance. 1) Page by page publish OR2) Create Packa...
AEM build time is a signficant problem,as it takes 1-2 hours for each of our 5 envs, and you cant deploy a built artifiact from one end (e.g. dev) into another (e.g. test). We have always done a full stack build, but I notice there is a front end build only. As AEM has front end (react etc) and bac...
Hi ,I am using saml login mechanism and in the properties have set Logout URL as https://app.com/ext/logout" Now for logout in the <a> tag we have added , <a class="cmp-user__action"href="https://app.com/ext/logout"data-asset-share-id="cmp-user-menu__logout-link">Log out</a> We have written a cust...