I added a jquery plugin to Adobe Experience Manager TrainingWhen I run the code on the console it worksbut not when I add the same lines to the js file.What would be the issue?
I have a requirement where i need to trigger a mail when page is delivered to publishing target with the page links and some title and description in the mail body.What is the best approach to proceed in this scenario. I have tried using Replication Handler but that doesn't give me event when the pa...
i want to adapt to sling model from another sling model. While doing so the SlingHttpServletRequest request is always null in second sling model. i tried with @Inject, @self and @@SlingObject. I am able to get request in FirstModel but not in SecondModel, i believe this happens because SecondModel i...
I am trying to customize the create collection wizard in AEM 6.4.5 to add a few more custom fields. I have overlayed "/libs/dam/gui/content/collections/createcollectionwizard" to add the custom fields and also modified the collections metadata schema to add the custom field to the collection propert...
Hi Team,Which developing the OSGI component i can use both scr annotation as well as R6 Annotation.Then What is difference between in terms of development of OSGI componentWhat and all new features added in the R6 Annotation.RegardsKusuma.
I'm following the tutorial Adobe Experience Manager Help | Getting Started with Angular and AEM SPA Editor After Chapter three, I'm not able to see any components on the home.html page. When I looked to edit the template it is not redirecting correctly. (http://localhost:4502/editor.html/conf/wknd-...
In an endeavor to do Headless usecase sample, I have attempted to create content Fragment Model.In AEM 6.5 Under Tools>Assets>Content Fragment Model (http://localhost:4502/libs/dam/cfm/models/console/content/models.html/conf )I have created Content Fragment Model and published it.After clicking the ...
Hi,/libs/granite/ui/components/foundation/form/fileupload is it deprecated in 6.5?or do we have to installed any other package in AEM 6.5 to make it work?Any solution on this?Thanks in advance!
setup:1. a local instance of author (running on 4502 and debugging port on 8000) and publisher (running on 4503 and debugging port on 8002)2. used this guide (Debug an AEM app using eclipse ) to setup 2 debug configurations for my author and publisher local instances3. Somebody (a person before me) ...
Hi,I have an email template in etc/notifications folder which is of type html. I am trying to hide an element based on variable i fetch from email service params(of email service).Below is my template codeFrom: ${senderEmailAddress}Subject:${subject}<hr><b>Vous êtes ?</b> ${role}<b>Vous êtes ?</b> $...