Hello, after I was able to start my test cases using AEM Mocks, I want to know if it is possible to set also properties for the pages created with the AemContext.I want to give the pages some properties and test them afterwards.context.pageManager().create("/", "content", "cq:Page", "content");conte...
Hi,i have a requirement in which i have to disable a dialog property on the basis of a property in jcr:content node. To implement this i have written a custom js. Problem is i'm not able to get page property value in JS . i'm using below code (it seems it doesn't work for Touch UI)$(document).on("di...
Hi,I am following URL for Creating your First Adobe Experience Manager 6.3 website Helpx article.Adobe Experience Manager Help | Creating your First Adobe Experience Manager 6.3 website I created the folder structure, template and component and created a Root Page based on the Summit Toys Base Conte...
Hi,When i tried to find the documentation on some topics of AEM then most of the documentation URL redirects to Older versions of Adobe Experience Manager (AEM), CQ & CRX When i studied here then different packages are given to install . As per the given guidelines i had installed the packages of AE...
Hi,I'm trying to access project data in AEM via a sling servlet. The servlet is working and I'm able to make an ajax POST call to retrieve a simple JSON object on the client side. As the next step, I'd like to be able to iterate over projects under /content/projects/<foldername> using the project AP...
Hello its me again,I want to test my Servlet but after the test started I got an error message:Error:(60, 28) java: cannot access org.junit.rules.TestRule class file for org.junit.rules.TestRule not foundThe test does not start.I don't have any Idea how to solve this, I am also not very experienced...
Hi,I have a requirement in which i have to disable the dropdown field in dialog . To do this, i have added two properties ""disabled": true," & "renderReadOnly": true, but still it's not working .I'm able to manipulate dropdown value. where as it's working fine for text field.here is json of this n...
Is there a way to access OOTB Sling service or servlet from an custom sling servlet? For instance, if I want to access OOTB servlet - http://localhost:4502/bin/wcm/contentfinder/asset/view.json/content/dam from an Sling servlet and process results on top of that, how to access the service by path i...
Hi,we have customized the Navigation to add new navigations. Below is the XML and this is placed under /apps/cq/core/content/nav/.content.xml path.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns...
For the static template, the design is stored at /etc/designs/<my-site>/jcr:content/<page-component-name>/<component-name> (if the page has a design path of /etc/designs/<my-site>) or/etc/designs/default/jcr:content/<page-component-name>/<component-name>For editable template, design is stored at /co...