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...
I'm trying to fetch values from a nested multifield. The content is stored as follows in jcr:The code below is adding the languages to the value map at the country level. ${country.locale} outputs the locale value for both nodes under languages. Any ideas?private List<ValueMap> getLanguageLinks(Stri...
Problem statement:There is a badge showing close to 2000 unread notifications, which is far beyond the number of unread notifications that are relevant to the logged in user. Expected Results:There should be a badge showing only the number of unread notifications for the logged in user; so real noti...
Hi,we are upgrading the system from cq 5.6.1 to Aem 6.2,where we have a following setup.1.module-1 (zaxcorp-direct) is having following dependency in its pom<dependency><groupId>com.google.guava</groupId><artifactId>guava</artifactId></dependency>2. module-2 (Zaxcorp-web) is having following depende...
We have 3 tabs in a dialog box.general (Always enabled)sports (Enable only when the selection is sports)movies (Enable only when the selection is movies)Before configuration, 'sports' and 'movies' tabs are hidden. In the 'general' tab we have a select box with options 'choose sports' and 'choose mov...
Hi,I am trying to achieve the Image Plugin for RTE in full screen mode in AEM 6.3. But my code is failing for creating a Dialog using Dialog Manager.CUI.rte.ui.cui.AbstractDialog it throws error : Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.Its so basic to have Image...
I have been trying to use a checkbox inside a multifield in touch UI but the value of the the checkbox is always set to true even though I have not selected the checkbox.Also on reopening the dialog the value of the checkbox is always unchecked even though the value in JSON is set to true.This is my...
Hi all,We are using AEM 6.3. And whenever an exception occurs in Java code (osgi bundle classes) the stacktrace is always empty. Is there any reason why? We are using SLF4j for logging. Is there any configuration to be done to improve the quality of logs?
Hi Team,I am getting the below error while upgrading the instance from AEM6.0 to AEM6.3. Siteadmin , damadmin , useradmin is opening with blank screen.*ERROR* [sling-default-12-Registered Service.3498] org.apache.sling.commons.scheduler.impl.QuartzScheduler Exception during job execution of org.apa...
I have an aem project in eclipse and built the package zip file by using maven autoInstallPackage command.package was not uploaded either through maven build & deploy OR through CRXDE Lite package manager page.Error pop up while uploading through package manager page : "package file parameter is mis...
Hi,According to our recent investigation Template editor does not work on pages created under /content/campaign.AEM injects code into the markup that makes the page incompatible with the editable templates. By decompiling several java classes, I found that pages under /content/campaigns are processe...