I am trying to understand how AMS works. In onprem option we host AEM in any date center or any cloud and use any deployment method to deploy the code. In case of AMS, what I understood is,we should take from ccontract(kind of package) with Adobe Managed Services to host AEM on behalf of the custom...
Hi, I need an implementation process of custom RTE plug-in for font size change of the selected word or sentence available inside text field of text component. This feature is available into RTE option of this message body(T). Please suggest the process.
When I go to Tools > Security > Users and select a user in AEM I see a list of actions that include Enable, Disable, Activate, and Deactivate but I don't know what these actions do
Hello, I am trying to install AEM6.5 on AWS EC2 instance and similar to what we do on-prem, I am trying to execute the below to install java -jar cq5-author-p5502.jar -r author It does create the crx-quickstart and all the respective folders but when i try to start the instance from bin/start it app...
I'm using sling:resourceType = "granite/ui/components/coral/foundation/form" for creating a form. In this I've mentioned the action = "/bin/servlets/servlet-name". There is one textfield which has name = "userName". I have not mentioned any method. When I hit submit button, the GET request is sent t...
I was getting a NullPointerException in my method in the following line of code ValueMap heroTeaserImageValueMap = resource.getChild("image").getValueMap()so I rewrote it to:ValueMap heroTeaserImageValueMap = getImageValueMap(heroTeaser);private ValueMap getImageValueMap(Resource resource) { if ...
Hi There, I am trying to generate a rendition for an image programmatically. And not able to change the rendition name.Like as shown in the below image we have a rendition of " web 22x22". Now ask is to change this web to some other string (say "logo"). Code Snippet for rendition generation :@Compo...
Actually, I am not able to show the Experience Fragment through HTL from the Node Properties. When I include the below HTL in the HTML file, I am getting this error "org.apache.sling.api.request.RecursionTooDeepException:" <div data-sly-test="${item.innerBannerType == 'with-badges'}" class="badge-wr...