We’re happy to announce that Adobe Developers Live returns on November 11, 2025, bringing together the Adobe Experience Manager and Commerce developer community for another year of innovation, insight, and collaboration. This year’s theme — “Building the Agentic Web” — explores how AI-driven agents...
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 All,I have written a simple method to read cookie value (code below). Code works fine in author environment but breaks in publish as request.getCookies() returns null to me. I have white-listed the cookie in Opt configuration. Please can someone help what should i do to fix this.After it works fi...
Hi,We are seeing a strange situation with our instances where when you rollout a page and select rollout page and its sub pages, only parent page is getting rolled out. If i rollout again, children of the parent page are only getting rolled out, if i do the rollout again, then children of the subpag...
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Question: Hello community members, after lot of request from new aem community members. I have finally indexed all ...
Hi, I am new to AEM and trying to learn about creating custom plugins for rich text editor. I see a lot of code samples for creating plugins, but not much documentation about the editor kernel, toolkit/plugin/command registries and any information about extending plugins and classes. I am working on...
I am using AEM 6.2.I am unable to insert new component in Touch UI view. When i click "Drag components here" it only show dialog like . but in classic UI I can easily drag and drop the componentsI have already added the components in parsys.error.log28.11.2016 16:59:41.905 *INFO* [0:0:0:0:0:0:0:1 [1...
Hi,I am using AEM6.2.I have created Touch UI dialog. but after creating hyperlink inRTE in touch UI dialog it did not save the hyperlink. please help me get it work. PFB the detailsDialog:<errornode jcr:primaryType="nt:unstructured" sling:resourceType="/libs/cq/gui/components/authoring/dialog/richt...
Hi,I need to migrate content from SharePoint to AEM.1. Is Share Point Connector the answer or any other way available?2. Is it licensed?3. Also, is this Connector supported for AEM 6.1/6.2? I saw another forum post for this query, which was not answered.4. I am looking for the various steps in this ...
Hi All,Can someone help me how can i call my custom workflow process on page publishing. I have an required to call my workflow whenever page is replicated (Just to clear not on page modification but on page replication). I dont see an node type (cq:replication) in workflow launcher. Help will be hi...
Hi gurus, Ima trying to tackle a use case where a different team creates a app/widget which comprises of some js/CSS/HTML. This widget has to be displayed on a AEM page. I do not want to go via the route of iframe so thinking of other possibilities. One approach I'm inclined to is ask the third par...
Hi,I'm trying to understand how injectors work on models, so i created the following scenario:Sling Models Injectors:script-bindings - org.apache.sling.models.impl.injectors.BindingsInjectorvaluemap - org.apache.sling.models.impl.injectors.ValueMapInjectorchild-resources - org.apache.sling.models.im...