Hi All,In order to obtain a session,final SlingRepository repos = sling.getService(SlingRepository.class); and session = repos.loginAdministrative(null); is used in the article https://helpx.adobe.com/experience-manager/using/using-ajax-requests-display-cq.html . But I read somewhere that loginAdmin...
Hi All,In the article https://helpx.adobe.com/experience-manager/using/creating-cq-feed-components-display.html ,data from twitter is retrieved by adding some javascript code to the AEM component.Doubt as below :1] What I thought was to get data from any 3rd party system, we have to make some REST o...
Hi All,I have a doubt as below :1] Why is it that in the article https://helpx.adobe.com/experience-manager/using/creating-logo.html the java filename is something like "img.GET.java". Does it hold any significance or any name can be used?Any thoughts here would be helpful.
Hello All,I am writing two eventListener methods in activate method with two different paths.The event is not getting fired when I have both methods, but will work fine only if one method is used. Thanks,Vish
Hi,Does anyone have set AEM log against an AD Server and Sync the groups?I am able to log using an user from LDAP and Sync it on AEM, but the groups are not being imported. Could someone help me on this?The Group Base DN is correct.For Group Object Class I'm using: groupAnd for Group Member Attribut...
While access a PPTX docs in AEM a ' / ' is getting appended to the URL. While the same docs can be opened in PDF format. The issue is happening while accessing the file through dispatcher. We are using AEM 5.6.1
Hi,Is there any way to format the data that is presented on MetadataSchema Form?I'd like to display the info of the dam:size metadata. But I'd like to display it formatted, like 128kb or 20MB.Is this possible? Is there any documentation about this?Thanks,
I have a requirement where I need to override the asset download functionality in AEM 6.1 (OOTB sample page to download assets : http://localhost:4502/editor.html/content/geometrixx/en/company/press.html) to provide the user with other video formats, so that the video can be downloaded to the select...
Hi All,In the article http://blogs.adobe.com/experiencedelivers/experience-management/clientlibs-explained-example/ it says, "CSS resources have to go in the <head>, Javascript resources at the end of the page".I was not quite able to understand why is this the case. Any thoughts on this will be hel...