We noticed that some of our pages are going to 404 Error. However, we are not aware of this unless someone points this out.So, wanted to check if there is something built in to AEM services that will send us alerts when a page on AEM leads to a 404 error.Thanks.
Hello Everyone, Can we by any chance merge the header for two or more columns?Reference image:I am working on this new requirement in Adaptive Form where we want table exactly as above.Any leads or alternatives to achieve this?
Hi Team, AEM Version: 6.5.11 Core component version: 2.17.12 We are building a simple form using Form Container and core components like Form Text, Form Submit etc. Within Form Container we put Form Text, Form button as Submit. Problem Statement: Now when we click on submit button, It does not post...
HI,Can anyone please provide the AEM dumps for Certification. am planning to give certification exam, so please provide me any valid documents which is help me to crack an exam.
Hi All, We have a requirement where we need to use the querybuilder search api and search the content path of the particular site and after that we need to add the searched content path in a txt file and we need to upload this file in aem dam. I have done all the thing except adding the txt file in ...
The .min.js extension is getting added to the client library , but the js files are not minified.AEM version: 6.5 and service pack version is 6.5.6.In OSGI config HTML client library manager, minify option is already enabled with jsProcessor= min:gcc
I am using HTL for rendering page properties on a page. I want to show the date when the page was created but unable to do that through HTL. Is there a way only using HTL?
I have added a custom field in the page properties. I want to convert it to Rich Text Editor. I have overlayed the text node from the text component of libs. But it's not showing full screen option for the custom field. I want to leverage all the functionalities of RTE for that field.
I want to render the current page featured image on the same page. And for that I am using HTL. Is there a way I can just call currentPage or properties object in HTL to get that image as we do for jcr:title( ${properties.jcr:title})?