we are using AEM as a cloud service.Able to access experience fragment and its JSON data in author https://author-p***-e***.adobeaemcloud.com/content/experience-fragments/Brand/us/en/site/header/master.htmlhttps://author-p***-e***.adobeaemcloud.com/content/experience-fragments/Brand/us/en/site/head...
Hi All,I'm facing an issue, where we have a couple of errors related to a few namespaces.The error is related to an invalid namespace URI detected. I want to identify the assets that are related to those namespaces. Is there any way to get the list of assets that are associated with these namespaces...
based on page sling resource type we need to hide a field dropdown options . Can anyone help me with java script code for this?Tried this<image-type jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/select" fieldLabel="Image(s) Ty...
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.