My component in AEM 6.5 is using collapsible in multifieldBut when I click the Add button, the newly added multifield is collapsed by default, but I want it to be expand by default like below:This is my code, I have added the code <collapsed="{Boolean}false"> in collapsible, but is not working. Anyo...
I want to write a query in AEM query builder to fetch the cq:Pages under a path based on some tags in descending order based on multiple value.I am able to write the query but the sorting part is little tricky. We have to sort the result primarily on publishedDate. if it is not there then use the la...
using purge API call to invalidate the adobe managed CDN cache with " X-Forwarded-Host" will invalidate or refresh the Cache on customer managed CDN automatically.we are using TTL based approach for cache invalidation on both adobe cdn & custom CDN. We want to invalidate the cache immediately before...
I had a requirement to modify the OOTB DAM Upload asset workflow in order to add multiple renditions. I have made the required changes to the OOTB Workflow. There are lot of digital assets (more than 100 GB) in production. I am looking for the best option to run the modified DAM Upload asset workflo...
Hey , I need to read i18n values from my java code , I am able to do so via this piece of code if (request != null) { i18n = new I18n(request); textLoadMore = i18n.getVar(LOAD_MORE);}but this works when it is called from sling models but from servlet my request do not contain locale and langu...
Hi Community,I’m working on integrating the Adobe Experience Platform Data Collection Web SDK (hosted via Adobe Launch) with an AEM 6.5 instance that is deployed on-premise (not cloud-hosted).I’m looking for detailed guidance on the steps required to set up and configure the Web SDK in AEM 6.5 to tr...
Hi, Using AEM as a cloud. Setting cookie in servlet response object. Cookie is not available in dispatcher. Any Dispatcher level config do i need to do. Thanks.
Hi, I am able to Author Teaser Component Cta astel:<tel number>,it works fine but when i move to author it asjavascript:alert('message');,it doesn't make any href on DOM. How to achieve this using authoring only; i dont want to write custom js for this. As in LinkCheckerConfigImpl i found that...
Hi, I'm working on AEM Targeting via ContextHub implementation. While updating the config on the root page, I can see the brand listed in the dropdown. However, when I select the brand "Test Brand", the Area reference section is not loading, even though I have created everything as part of the setup...
I am working on React component to integrate the data from AEM content fragment. In React code I using the asset api to read the content json and populate in UI. asset api JSON response is working fine in author environemnt, but when I publish the page to my dev environment it is not working. I have...