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...
Recently we have done AEM in place upgrade from AEM6.3 to AEM6.4. once the upgrade is completed with 6.3 custom code(built using the uber-jar.6.3) we observed that the 6.3 bundles are up and running in AEM6.4 without compiling and building with uner-jar6.4.is it is the right behavior 6.3 bundle stat...