I want to use sort() method from https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/dam/commons/sort/ResourceSorter.html i have all the required resources stored in variable children as given below:final Iterator<Resource> children = sectionResource.listChildre...
Hi,I am trying to set up a local dispatcher to debug some issue I have the flush agent set up on author AEM instance and my dispatcher is running on the Docker container. However, when I try to test the connection and getting a 403 error, I tried to add the local host and IP of the author instance ...
We are facing one issue on AEM Cloud, publishing XF is not working on publisher/dispatcher instance - they are still referring old XF and showing old XF content on a page.Problem:We are using XF/Experience Fragments included in template for Header and footer. Header and Footer XF are included in the...
Recently in an AEM sdk update Adobe added the mixin type "cq:ReplicationStatus2". This change led to content being incompatible between versions of the AEM depending on which SDK they ran. So I'm wondering if someone could explain what that mixin type is used for and what that change means.
We have a number of content fragment models that reference other content fragments and which we return using API calls. One of our cloud environments started failing to return results for a referenced model. This is an example of what that looks like. I've simplified and made this more generic than ...
Hello Everyone,We would like to customize pagemovewizard in AEM. So when you move pages and while selecting the destination you only see the page title. This can be confusing for languages which you are not familiear with. We would like to show the destination page name also along with the title. Is...
In the component cq:dialog, I want to fetch the value of a dropdown field and store it into another dialog field node.For example : <content-type jcr:primaryType="nt:unstructured" sli...
Hi Masters! We’ve been struggling with an issue for the last days, and we still don’t know how to handle it. The problem is related to publish instances. The problem is when a HTL component contained in a page (and the Sling model underneath) throws an exception, the http response does not return ...
Hi would like to ask how would I be able to retrieve Japanese (or other double byte characters) or symbols (like degrees) and save it to a csv as when I tried to use this one, they end up displaying as question marks.I have here the code snippet that I'm using:InputStream in = JcrUtils.readFile(repo...
I have created a custom oak index for the following query: path=/content/myproject/en1_property=sling:resourceType1_property.value=myproject/components/structure/page2_property.operation=exists2_property=excludePage2_property.value=falsefulltext=%text to search for% group.1_group.type=cq:PageContent...