Hi I am new to Adobe AEM. I am going through carousel.jsp 's code. there I have seen (List list = (List)request.getAttribute("list");)where this "list" attribute has been set?
Hi all, I have just got to 6.7.20 of jsr170-1.0.pdfIn the JSR 170 specification there is documentation on predefined nt nodes (e.g. nt:file) and of mixin nodes.I would like to read documentation on cq node types (e.g. cq:EditConfig).Please could someone point out for me the best resource on cq prede...
I have been working on a custom AEM component that includes a title, image and a richtext field. I have been able to get the components to work using the OTB features except I can not get the RichText xtype to create the HTML to meet the specification I have been given by my designer. The format I n...
Hello,I have a new instance of AEM 6.1 running (I'm new to AEM) and have followed the Site Importer guide: https://docs.adobe.com/docs/en/aem/6-1/develop/dev-tools/site-importer.html. When I click run the importer's progress bar endlessly refreshes, and the process is hung up at 'creating design.'...
HiI'm trying to use reCaptcha on one of CQ5.6.1 page. It is working fine on local environment(localhost) but not working on Dev/QA servers. I'm using servlet to validate. My servlet code isprotected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) throws Ser...
Hi,I have a requirement to display the filename and the extension on the metadata schema.I was using these:jcr:content/cq:name - for the filename./jcr:content/metadata/dam:Fileformat: For the extensionThe problem is those values are not consistent for all assets.For File Name, I noticed this propert...
I am trying to configure LDAP with my AEM(5.6) instance. The error.log file shows this:com.day.ldap.LDAPConnThread network error on LDAP connection java.io.IOException at com.day.ldap.client.JDAPBERTagDecoder.getElement(JDAPBERTagDecoder.java:119) at com.day.ldap.ber.stream.BERTag.<ini...
Hi,What are the required permissions for a user to be able to see the Folder Settings button in the assets section?When I am logged in as admin I am able to see it, but with an user in the Dam Users group is not able to.Att.
Hi,Is there any documentation about customization or creation of Asset Reports? How can we add custom fields on the reports or create new reports?Thanks
Hi Friends,I have created a project in my local, using Maven Archetype. The project contains a listener component that listens to "Activate" button and a service that is used to migrate the content from old CMS. Everything is working fine in my localhost. I packaged /apps folder and sent it to a fri...