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...
Hi All,I am using AEM 6.3 version and implementing out-of-box Personalization feature. Initially I am creating Segments and Activities using ContextHub as Targetengine but later on I need to sync them with Adobe Target. Will it be possible to sync them as such or do I need to re-create Segments and ...
Hi All,I have created a multifield component in touch ui after adding the values to dialog the content stored in zcrx is not in JSON format it is in below array format.Can some one please suggest on this.Thanks Sahil Garg
Hi.Maybe I need to break down my service into a few services, but here is whats going on.I am needing to modify certain links generated inside of AEM. To do this, I am working with SAX and the Transformer and TransformerFactory interfaces.Within my service's activate method, everything works fine. I...
Hi All, I am working on moving a page from one location to an another via Page Manager API.move(Page page, String destination, String beforeName, boolean shallow, boolean resolveConflict, String[] adjustRefs,String[] publishRefs)In above method of page manager, how to get value for adjustRefs & publ...
Hi All,I have created 1 touch UI multifield component and while trying to add this to side rail i am not able to see that component in list of compoennts. can some one please suggests what all the points i need to check so that it will be visible in design mode parsys.Thanks in advance.