Session Details Discover the brand-new AEM Assets docs landing page—a redesigned, narrative-driven entry point that brings together key capabilities, user journeys, and strategic features of AEM Assets in one place. This session will walk you through how the new landing page serves as a one-stop de...
Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
Hi All,I have an OSGI component and inside that I have used @Reference(policyOption = ReferencePolicyOption.GREEDY) for the below interfaces,protected HybrisConnection connection;protected HybrisFactory hybrisFactory;Once I install the bundle in AEM I'm getting unsatisfied (Reference) error for Hyb...
Hi,Using the following api which finds all the contexthub stores. Each store has it's own ValueMap.com.adobe.granite.contexthub.api.ContextHubQue. Using the api, how to add any new key:value to the store?
I have designed one page using HTL . my page components contains one input text field and button. how i can pass my text field values in to java class.Here is my HTL code .<sly data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html" data-sly-call="${clientlib.all @ categories='s7.s7...
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...