Hi Team, do you know what are the minimal paths to set the ACL rights (path + right type [read, modify, create etc.]) to allow a customised group creating a new groups ? This is controlled only by ACL rights or need also somewhere to put a group name to a bundle configuration to allow creating a new...
I would like the dialog textfield to show character count right below the text field and possibly change the color after certain count. Is there a pre-built configuration for this?
So I'm currently using AEM 6.5 for a demo website I'm trying to build. The use-case is I need to pull content from a content management system(CMS) using restful API's to build this site. For this purpose, I've created a custom component that has a dropdown in its configuration for the different con...
Hi Folks, I am trying to explore more on java design patterns(e.g: Factory design pattern, Singleton design pattern or etc).So As an AEM developer I have question which design pattern we mostly use in AEM related use cases(e.g: sling models with services or web services call through sling Servlet......
Hi @All I have published servers, in that if i am accessing as a anonymous user then the pages css is not coming like page and component level css is not loading, once i logged in the server as ADMIN or someother user then the pages with css is loading. Can anyone help me here..?
Hello Adobe Community, We're using the workflow and one of requirments is running "node.js" command which should be run under some directory of project. The problem that we're trying it to run e.g. core/src/.../Workflow.java and the command should be run under e.g. frontend/.../placeWhereItShouldBeR...
Hello Community - Currently I am using query Builder API to fetch the results from JCR. One query using sort by on lastModified date and other requirement is to return the "results in random order (I don't mention any orderby here)" when I query JCR, both the options gives me the results in same or...
I have jsp based components on AEM 6.5, which have <cq:include> to resourceType that exists in code. I am not sure why I am seeing in error logs. any suggestions, why this could happen, I know , it is a content node that does not exist, as path="fakepath" , resourceType="path to component" .org.apac...
We are migrating a site in AEM 6.3 to 6.5(6.5.5). During authentication, there is the use of PKCS7PADDING which is not working in 6.5 but does work in 6.3 with both environments having bcprov-bcprov- 1.66 installed: final Cipher decrypterWithPad = Cipher.getInstance("AES/CBC/PKCS7PADDING",BouncyCas...