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...
Hi All, We are using Cloud Manager to deploy to our stage and production environment. Generally during deployment, it deploy 4 packages, (all, content, config, apps) and also updates bundle. right now, it is only deploying all package and not updating any content. Even bundle is not updated. Please ...
Hi All,I am trying to utilize the restrictions to limit the access to the nodes in permission settings. However, when I look into rep:itemNames, I cannot find the right way to input multiple values in permissions module of AEM console.Not working if I input:rep:itemNames = "au,us,fr" //when cl...
Hi Experts,My AEM production cloud instance is configured with ACS Commons version 6.2.0. Recently, the ACS AEM Option vanished from the tools section. Interestingly, all functionalities such as Redirect Manager and Generic List etc continue to work without any issues. Has anyone else encountered a...
Hi All, I have used core form in my project and found that in out of the box core form text component there is no validation, I can able to put scripts as well in text and password fields. Can anyone suggest how can we enable the validation?