Hi Team,I have a requirement where I need to add a custom footer to the aem/start.html page.I saw the below code in "/libs/granite/ui/components/shell/page/page.jsp " where there is a globalfooter being referred to but I do not see one in the start up page.Resource globalFooter = resourceResolver.ge...
AEM screens location propertiesCustom Tabin JCRdisplay preview modeI already assigned a sequence channel to that display and a screens components.HOW CAN I ACCESS THAT CUSTOM OPTION IN MY CUSTOM SCREENS COMPONENTS?only access the jcr:title of my sequence channel. I want to access the location JCR an...
Hi All,I'm facing issue with this above API class, I'm working with AEM 6.3 SP2 version. Is this api deprecated ? Because of this my jsp is not getting compiled. Any suggestion will be helpful.
I need to disable some fields based on the checkbox. If the checkbox is checked, I need to disable some fields, not hide them. When the checkbox is selected the fields need to be grayed out and not authorable.
I am trying to implement a custom Authentication handler in AEM 6.4 by following the helpx document Adobe Experience Manager Help | Creating a Custom Authentication Handler for Adobe Experience Manager 6.4 After following the document,I have built and deployed the package successfully.The Bundle i...
I am running aem sql 2 query in java.query : SELECT * FROM [cq:PageContent] AS s WHERE ISDESCENDANTNODE([/content/apples/en]) AND s.[sling:resourceType] = 'apples/components/page/article' ORDER BY s.[published] DESCI am using javax.jcr.query.Query query API to generate a query. I am also Session ses...
I have a resource stored under in '/libs/settings/wcm/designs/default/jcr:content/main/content/links'.I need to read the properties(or say values) of that resource using Sling Model?
Hi Team,As per below documentation -https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/configure-assets-cc-integration.htmlWe need to add tenant url in Adobe Marketing cloud config.What is tenant url here?And how to get this tenant url?
Based on HTL documentation HTL Block Statements itemList: Object holding the following properties:index: zero-based counter ( 0..length-1).count: one-based counter ( 1..length).first: true if the current item is the first item.middle: true if the current item is neither the first nor the last item.l...