Hi, I am deploying the oak:index on AEM 6.5.13 and getting an error below[ERROR] ValidationViolation: "jackrabbit-nodetypes: Node '{http://jackrabbit.apache.org/oak/ns/1.0}index [nt:unstructured (rep:AccessControllable)]' is not allowed as child of not contained node with potential default types '[n...
Hi, We have dictionary under /content/dam for languages say (en-us, es-us) . When we load the page its injected and we have the translated content render on the page. As part of the requirement I have some doubts to clarify. 1) When I load the page, I see multiple calls of /libs/cq/i18n/dict.xxx.js...
Hi,I have an article page (Dynamic)| which getting data from service and display article's content on the page. It has certain attributes such as Article Name, Last Updated Date, etc.This page is cached and shows the content. Only the Last Updated Date is frequently getting change. Couple of solutio...
Hi, I am calling one template using data-sly-use. below is the directory structure i have/apps/myprj1/core/components/content/componentA/componentA.html/apps/myprj1/core/components/content/templates/templatesA.htmlNow I want to use the template in componentA.html as below. But not able to call templ...
Hi,I need to add XF in sightly as static include. e.g.<sly data-sly-resource="${@ path=xfpath, resourceType='cq/experience-fragments/editor/components/experiencefragment'}" />Here xfpath is the path of experience fragment. But this fragment not display on my page. what is the way to do it? xfpath = ...
Hi,Is there any convienent and easy to use way out to trigger error codes to check error handling. AEM version 6.5.Error Codes : 500 , 400, 403 Thanks,
Hi,I am using AEM 6.5 author instance. After login authentication, i have tries several ways to redirect new page. I can see in response, landing page is coming but does not reload in the browser. In the end, login page remains in browser.Below is the POST of my login servlet :protected void doPost(...
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...