Hi All,I am having a requirement where I need to change the tags or resource path that's in Sling Model depending on the option selected by user on page.There's already one default tag or resource path in my Sling Model with logic on it & used on page to display. Now, I want to change this by givin...
I am using queryBuilder in AEM 6.5 - I need to query web pages AND PDF files for the search term and order the results so that the pages and pdf files are all listed together ordered by relevance. But all I can get is the results grouped by type.As for relevance - everything seems to have a score of...
Hi All,We are using content fragments in our components using asset api. We are directly calling the asset api URL from frontend to get the json for the content fragments. We are trying to cache this json coming from the asset api. 1. We are unable to cache this json in dispatcher as we were receivi...
Hi Community I have a requirement where when i select multiple assets and publish them , once all images got published i need to hit and external api and update the DBSo how can i check if all selected assets published and get list of the assets ?? Please help
I have a job in AEM that implements JobConsumer interface. My questions are: 1. Once it's triggered but not running yet, how to kill the job? 2. Once it's running, how to kill the job? I saw JobConsumer interface has `cancel` method but I am not sure how to use it. I found an example online and it'...
Hello Community Team,We are using Adobe Experience Manager v6.5.20 and the customer ask is to provide NewsLetter Subscription functionality to their end users. End users should be able to choose their favourite areas and opt-in/opt-out for the NewsLetters. So I would like to know if there is no Camp...
I am getting below errors after installing org.apache.servicemix.bundles.esapi , could anyone please help me with this to resolve. bsh -- Cannot be resolved but is not requiredjavax.crypto from org.apache.felix.framework (0)javax.crypto.spec from org.apache.felix.framework (0)javax.servlet from org....
Hello Community Team,We are using AEM 6.5.20 on-premises version for our implementation and the ask is to leverage communities for managing User Generated Content.Specifically the comments, ratings, reviews, blogs etc. needs to be captured and curated by Admin/Author before it gets published to the ...
Hello,I have a two AEM components, and I'm going to use com.day.cq.commons.jcr.JcrUtil.copy() method to copy a set of JCR nodes(with childrens) from one component into another every time with PostConstruct method in Sling Model. I need to copy content from first component into second depending on au...