Hi All,I am able to search with in a path for multiple properties with OR condition group predicate (Search with path if prop1 or prop2 exists)http://localhost:4502/bin/querybuilder.json?path=/content/app/path&group.p.or=true&group.1_property=color&group.1_property.operation=exists&group.2_property=...
Hi,I am trying to use responsive behaviour of core components via proxy components. I am using OOTB teaser component.In editable template, I have added teaser component which have resourceSuperType core/wcm/components/teaser/v1/teaserI am in the layout mode and see the resposive layout.I tried to se...
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?