We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuable ...
Hello,While doing a drag and drop of an asset (pdf asset) into rte path field that contains special character like #, I see that the # is not encoded to %23 and so when I click on the link I get a 404 Below in Classic UIFor eg: 1. I drag and drop an asset "Test Book #1" into an rte pathfield. Press ...
Hi I'm trying to access system console through curl : curl -L -i -X POST http://admin:abc@llocalhost:4503/system/console/bundles.jsp but it throws 500 internal server instead " 401 " but in access and request log it's showing 200==> access.log <==160.46.120.57 - 29/Sep/2017:12:11:03 +0200 "POST /sys...
ACS Commons provides OSGI Sitemap config service to generate sitemap xml file which is used by web crawler to optimize web search results. The provided sitemap servlet takes input from externalizer configuration which acts as domain to the list of content pages. This hosted configuration would have ...
Create AEM 6.3 component making use of WCMUsePojo accessing OSGI Service.Step 1: Create an interface name OSGITestInterface.java that will be implemented by service impl.public interface OSGITestInterface { String getOSGIName(); String getOSGIDesc(); String getOSGIuse(); String getOSGIData(); }Step...
Here is Step by Step procedure to create dynamic drop down for Touch UI based on configuration from multi field component.Step 1: Create a multifield component from OOB widget provided by Granite library as simple as using text and value fields using text field widget.sling:resourceType: granite/ui/...
ACS AEM Commons OSGI Bundle and Component Disabler config allows to shut-down OSGI Components and Services by configuration. This feature allows OSGI Bundles and Components to be disabled as part of application configuration and these can be well managed for different environments using run modes co...
I have what looks like an issue with the support of Indonesian language by AEMAEM seems to expect the code "id"/"id_id" (like in wcm/core/resources/languages)But Java provides the code "in_id" (see Java Supported Locales, for example with currentPage.getLanguage(false))It seems the issue has alread...
Hi All,Can someone please help me to get AEM 6.1 and 6.2 Studuent WorkBook for basic and advance.If anyone has this.Please share with me at gargsahil099@gmail.com. I will be very thankful .Thanks in advance.
Hi,I'm trying to deploy project but getting following error:Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20.1:test (default-test) on project cq-social-cleanup-srp: There are test failureswhat I have to do?
Hi,I am searching how to correctly handle Move (Rename) page event in AEM 6.3. In my particular case - if page is moved, I need to move appropriate DAM folder accordingly new page path. So I definitely need to know source and target page path.I know that it is possible with JCR Listeners, but as it ...