I have created two projects based on maven archetype 22. Project A and Project B. In project A - I have created an interface HelloWorld.java and implemented it - HellowWorldImpl.java - in this implementation - have created 'sayHello' method with custom log message - "Message from sayHello method - v...
Hello Community - We are using HTL Use-API to get the cookie value from the script and printing the value in the component. For some reason, it is not working as expected and it retains the previous selected value. AEM document says "Use-API" could be slower. Is there any way to use the return value...
I am using CSRF token header in post form submission. In author instance, I am able to get CSRF token through call to /libs/granite/csrf/token.json but same call in publish instance is giving empty json i.e. { } when I am accessing it an anonymous user. Please let me know if there are any step to ge...
if i have opened a onten page in editor mode for each component a <cq> tag is gettig generated due to which my carousel component which is using owl carousel creating cloned items with the <cq> element wrapperd in it. this <cq> doesn't appear or render in the preview mode? is there any way so we can...
Hi there, I was wondering what best practice would be to bind a servlet to a custom path based on a config. This servlet is an API endpoint, so selectors won't help us too much. For example, I have a servlet at /bin/foo/files, and I'd like to be able to configure that path to be at /bin/bar/files, o...
Hi,I wanted to add a new node under opertaions, so i overlaied from /libs to /apps.If i add sling:orderBefore node and set it to sites, the node is breaking after the code built and the operations are not displayed in the sites.Is there any issue with the code using sling:orderBefore?<?xml version="...
Hi Team, I am unable to build a maven AEM project because of failure to resolve cndNames.Failed to execute goal net.adamcin.oakpal:oakpal-maven-plugin:1.5.1:scan (default) on project *******: Failed to execute package scan. Failed to resolve cndNames.: Failed to find node type definition on classpat...
Hello There!For our company, we are looking for a content management tool, where we can store content in excel for example and anytime we change the content, the content to a linked Adobe Illustrator/Indesign document shall change automatically.Is it possible to do so with the Adobe Experience Manag...
Hello there!I'm trying to modify the default validation of a Datepicker, to avoid the following situation:If I write down something like "blabla-404" when I change the focus to another element, the content is automatically transformed into "0404-01-01 00:00".What I need is the content to be cleared....
I'd like to hide a property within a certain tab that is inherited from /libs/wcm/foundation/components/basicpage/v1/basicpage (e.g. hideInNav property in basic tab). This change should only affect one page-rendering component, so I tried using sling:hideChildren, but did not manage to accomplish it...