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 have an existing site hosted under www.myhost.com. I created a new "site" and using apache config/rewrites, this is hosted under new.myhost.com.The problem is that when I make a request (example: www.myhost.com/my-servlet/lets-go), the values returned by absoluteLink function uses "new.myhost.com"...
I am developing a TABS component, in the cq dialog I have a multifield where you can add the TAB title, then in the HTL it will create a responsive grid inside the item# path of the multifield (as shown below)The problem is when I try to do anything later on the cq dialog, I go and for example, I ad...
HiI am upgrading from AEM 6.2 to 6.4.As part of 6.2 work, I have been using javax.annotation (version 1.3) as a separate bundle and it has been working fine.But when I install the same to 6.4 I get the following error on almost all other framework bundlesSo, for example for bundle:I am now getting:a...
Hi All,I need to pre-populate data into composite multi field by reading data from OSGI configuration file.This data should update based on drop down selection.I am able to read the data from configuration file in JS,But even when i assigned data to fields ,while rendering time fields are showing as...
The below error is displayed when bundles are deployed in AEM 6.4.Request you to please advsie the exact versions of the Dependencies that should be inlcuded in POM file.com.day.cq.commons,version=[5.6,6) -- Cannot be resolvedcom.day.cq.commons.jcr,version=[5.6,6) -- Cannot be resolvedcom.day.cq.mai...
<div data-sly-use.dailogvalue="org.dell.emc.aem.dellemcsupport.core.models.DropDownModel"/> <div data-sly-test="${dailogvalue.fullName}"> ${dailogvalue.fullName}</div> I am getting error :Caused by: org.apache.sling.models.factory.MissingElementsException: Could not inject all required fields into c...
Hello All, We have a requirement, when we upload a pdf(say abc.pdf) to /content/dam/media/ folder, then some custom workflow we developed, creates a structure under /content/dam/media as follows./content/dam/media/<random-unique-name>/1.0/<random-unique-name.pdf>But the moment we drop any asset ...
What options does the S3 connector support for AWS's various data encryption options?AWS supports a number of ways of encrypting data at rest. We are looking at the options available to allow us to do that either by S3-Managed Keys, KMS-Managed Keys or Customer provided keys. Protecting Data Using ...
I have a editable template where a component has a design dialog where the template author will enter the values.and in the design dialog i have a node of select type where the data is bound by using datasource through a servlet where I need to fetch the data from the policy.and the code for the ser...