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?
Hello, I'm seeking some advice. We run AEM 6.5 on premise. The static pages of our website are built using typical AEM development practices i.e. components and templates, following Adobe recommended practices. The eCommerce section of our website is build using ReactJS which is hosted on top of ...
final Iterable<Resource> children = sectionResource.getChildren(); for (final Resource child : children) { } here we are getting child in random order. How can i get the child ordered according to jcr:created time inside the for loop
Hi team, In AEMaaCS, we have OOTB environment indicator. We have multiple non prod environments, All are showing as dev, May. i know how we can change its value with its respective env names(for eg , qa , dev2 etc).
Hi,I tried to check the runmode in AEM in order to add the script accordingly to PROD and non-PROD environments. When I try to execute the code both the script is displaying in the PROD and non-PROD environment. Below is the code added: Runmode.Java : import com.adobe.acs.commons.util.ModeUtil;publi...