In com.day.cq.wcm.msm.api.RolloutManager, updateRolloutInfo method as per documentation it says Update rollout info on the node. Can I know what are the properties in the node it is updating?
Hi, I am looking for a way to block the upload of .exe file from being upload on AEM author accessed via dispatcher URL. I know there is an OSGI configs that can be used to allow upload for specific MINE-TYPE but i don't want to go through this route. Let me know if we can block it via dispatcher co...
What is the recommended way of printing the simple dialog fields values in HTL ? (No business logic update needed for those dialog fields)1. Directly printing it using ${properties.value} OR2. Injecting to Sling Model and using Getter Method of each field to print the value in HTL. In Second ca...
Hello. I ran into a problem that after accepting the 6.5.13 service pack, I encounter an error when saving changes to the tags in the image properties. After research, I found that a change was made to the render for the field tag. In AEM SP 6.5.12 for (String value : values) { com.da...
Hi all In my project , we have to do sorting of the content based on the Japanese title. We are sorting the results using orderby predicate, but I am skeptical. I am not sure if it is really doing the sorting of the Japanese . Has anyone worked on a similar requirement and was able to do the s...
Hi, We have a requirement to get list of activated pages with specific component in it. I got the list of pages with that component by running a query, but unable to add the condition whether the page is activated or not. So I have below query which is giving list of pages having the component. pa...
Dear community, The web (AEM 6.5.5) we've developed has to add "Accept-Ranges": "bytes" to response header so the HTML5 video element can work on Safari. And I can't manage to add/edit the http header. What I've found so far: Custom HTTP Headers : Go to the Cloud Service configuration page in...
Hi Team I am facing a really strange issue. I am trying to look for the page.html file which renders the WKND pages (or any page for that matter). The wknd/components/page has sling:resourceSuperType to core/wcm/components/page/v2/page. In the latest version of AEM , this is present under /libs...