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, i'm porting my aem project from my linux development environment to my new windows environment. I'm compiling the project on:- Windows 10 Enterprise- java version "11.0.15" 2022-04-19 LTS- Apache Maven 3.3.9 When i exec the deploy command "mvn -s ~/etc/settings.xml clean install -PautoInstallPac...
We are trying to reading an Excel file with one column data from an Adaptive Form into an backend AEM servlet. But we are facing server posts issues. Has anyone has suggestions on this process. Thank you Eshwari
I am trying to get attribute value set in Slingmodel class. Below code is used to set value of attribute "mycustomparam" in sling model. model1.java request.setAttribute("mycustomparam", "value"); But unable to get this value in HTL I have tried ${request.attribute @ mycustomparam} In other model...
as above. So it's my first time using Windows as a local development machine. I've always used Macs before my latest role. But my issue is that none of the files inside /crx-quickstart/log is getting updated. as an example: if I open up a page for editing, the cmd.exe will be very busy wit...
Hi I written the below sightly and below java code my requirement is that my level 1 child tittle should come as list but it coming as paragraph, as shown below. ***********JAVA CODE********** import java.util.ArrayList;import java.util.Iterator; import javax.annotation.PostConstruct;import java...
Hi Team Case 1: 1. 10 Users have jcr:read allow access on content/dam folder. 2. in dam I have created MyFolder 3. On Myfolder I gave only 4 out of 10 in Closed User/Group CUG permission. 4. So In effect will remaining 6 will have access to myfolder? or not Case 2: 1. 10 Users have jcr:read deny on...
Hi Team, I have the below scenario - In my rewrite rules I have written the below sequence - 1. RewriteRule ^/$ /content/xyz/us/en/home-page.html [R=301,L] As seen the above redirect points the root request to home-page.html 2. RewriteRule ^/content/xyz/us/en/(.*)$ /$1 [NE,L,R=301] As seen ...
We noticed that when we have advanced networking turned on, calls to Magento fail sometimes. When we turn off advanced networking, everything is fast and always resolves, but then we turn on and we get timeouts. We are making assumptions from an outside point. Maybe they can help. Just to let you ...
I want to use the Social Sharing Core Component for AEM as a Cloud Service but the component has been deprecated. Is there any alternate solution for this?
I am using AEM6.5, I have a container component which has a number field. based on number field value I am dynamically adding column component inside my container component using loop and data-sly-resource, this all works fine but I am not able to drag and rearrange positions of column components a...