Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Hi,I have a requirement to create and update a value in content fragment. I am able to create the content fragment but when i am trying to save the field it is not happening. try { Map<String,Object> param = new HashMap<>(); param.put(ResourceResolverFactory....
Hi all,As part of launches in aem, list of pages would be added to promote them, right. Do we have any provision where can get list of pages part of diff launches scheduled for a particular date and time. Need to extract the list of pages and their count. Anyone have taken care this use case earlier...
I am performing conversion of AEM pages from static templates to editable templates using AEM Modernization tool. After the conversion the JS files which are available under /apps/myproject/clientlibs folder are not loading for the converted page and throwing 404 error in preview mode.I am including...
Implementing Adobe Experience Manager (AEM) effectively requires careful planning, best practices, and a structured approach. Here are some best practices for a successful AEM implementation:1. Define Clear Business ObjectivesStart by identifying the business goals you want to achieve with AEM. Whet...
I'm using event listeners to track changes like afteredit, aftercopy, and aftermove. I've noticed that when I apply layout changes, the afteredit listener is triggered. However, when I listen for afteredit after a resize, I'm not getting the updated DOM HTML. It seems like the event handler might be...
I'm attempting to upgrade to the latest SDK and I'm getting an error saying that Geronimo and the SDK are both trying to export the same version of the directive `javax.json`. I've never seen this before and it's unclear why simply upgrading the SDK would cause this. [INFO] BUILD FAILURE [INFO] ---...
I want to make two modifications to the paraformat options within the AEM Rich Text Editor of the Core Text Component.I want to change the description of the blockquote node from “Quote” to “Blockquote.” Since I am overlaying the AEM Core Text Component, I assumed I could change the description valu...
As part of a site we have a login/subscription model that will restict content visibility to the end users. We want to implement this as a paywall (lead-in) functionality. i.e. when i am logged out/web crawler/logged in but not with the right subscription, then you only see a small portion of the co...
We're trying to connect to a new external API for a custom servlet in AEM author but we're getting the following error:Response: {"error":{"code":"404","message": "Resource not found"}} We've added the excluded path to the Adobe Granite CRSF Filter and the allowed host to the Apache Sling Referrer F...