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> $...
We’ve configured smart content services on our AEM 6.4.5 environment, and are utilizing smart tags. Our next step we’re attempting to take is utilizing enhanced smart tags for some of our company data points. We’ve gone thru the steps listed on the page below to attempt to do some training, but are ...
All - I am trying to implement CUG for a website. I enabled authentication on root node of my website and added correct group for permissions. This all setup works fine when i access links on publish. I am redirected to login page and once i login, i am able to see correct page. But same scenario sp...