I have two text field in my dialog Text field 1, Path1 and Text Field 2, Path2 both TF have same name (./title) and both Path has same name (./path). I wanted if the author enters some value in TF1 and TF2. Value of TF2 should be stored, but it is storing values comma separated. I want to overwrit...
I am trying to use OOTB show hide for dropdown I have 2 different dropdown which are not linked to each other in any way. But when I change the dropdown value of 1st dropdown it affects the other one too how to fix that issue?
Hello all, I'm building out a custom servlet using the code found here: https://github.com/arunpatidar02/aem63app-repo/blob/master/java/SimpleGetGroup.java. When I hit my localhost: localhost:4502/bin/get/groups, I receive this message: "Resource at '/bin/get/groups' not found: No resource foun...
Hi all, We are getting some "WARN" in the logs withe the suggestions to create custom index for graphQL query persistent queries. One such query: select * from [nt:unstructured] where isdescendantnode('/conf') and [jcr:path] like '/conf/%/settings/graphql/persistentQueries/%' and [sling:resourceTy...
The Adobe git hub examples : pdf-embed-api-samples/Viewer APIs/Search and Zoom APIs/index.jsIf the search is done, it must call its callbacks. In this case, "searchCallback". However, this doesn't get called anymore.It used to call, but at some point it doesn't. Can someone look at this problem?Act...
Hi, I have a translation job where in I targetted these languages in translation(de,fr,hi) The launches promote automatically after translation completes But the issue here is de,hi launches are promoted but fr launch isn't promoted. Can anyone help me to fix the issue.
Issue : when the user from author group tried to author dynamic media in page, it found that the component is not showing the viewer preset ddl. It is just showing the option "NONE". when I checked, I came to know that under Tools->Assets->viewer presets we need to create / change the state of prese...
Hi All, when editor is working on the page somebody is trying to edit same page he will get notified or Send alert how can we achieve this. please provide some suggestions
Hi, I am using aem 6.5 I have created custom event handler class to run on page publish. It was working properly. But as soon as my bundle reinstalled for other deployments it stopped working. Again when I restarted class specific components from /system/console/components It started working. But I ...