I have a project that has path based several servlets. For some, the path resolves and for some others, not.Using the path in the Sling Servlet Resolver, the path is not resolved to the servlet configured to handle the request.Checking the system/console/components page, I can locate the servlet. Wh...
I am using AEM 6.5,Let's imagine I have AEM components "Component A" I want to disable Copy, Cut and Paste option for this particular component.How can I achieve that programmatically?
I have extended the accordion core component, requirement is to set the limit of 20 items for the accordion, how to set the limit for the items.Thanks in advance
Hi AEM Community, I am following the below documentation to generate Access Tokens using Developer Console- https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/generating-access-tokens-for-server-side-apis.html The below step is not working f...
The product interface org.apache.sling.api.resource.Resource annotated with @ProviderType should not be implemented by custom code. Detected in com.day.cq.wcm.api.TemplatedResource contained in /apps/aem-app-packages/application/install/core-aemapp.core-1.0.0-SNAPSHOT.jar. The product interface com....
Hello. After updating from AEM 6.5.11 to AEM 6.5.17, some of our Clientlibs for dialogue extensions are no longer working. The cause appears to be that we have ES6 code, which has run flawlessly in browsers so far, but seems to be transformed into ES5 after the update. Unfortunately, the result is ...
I'm writing a servlet where we are getting a response from a third party API. The response we are getting is in String format, something like - {_ "errors" : [ {_ "message" : "Language encurr=USD is not supported",_ "type" : "UnsupportedLanguageError"_ } ]_} I need to store this in JsonObject format...
The search functionality was working fine initially but after adding the google tag manager script in the header or customlibhearder and then when I try to use the search functionality of We.Retail website on the local host, the whole screen turns red when I click on the search icon. Can someone he...
For some reason whenever I view my page in publish mode, the aria-label is gone... for example <a href="home.html" aria-label="home page">Home</a>for: cq/gui/components/authoring/dialog/richtextI literally updated the crx/de with aria-label, and done @ context = 'html'turns into:<a href="home.html">...