If your company is named MyCo and you sell books, you might want to store properties like total pages for book nodes in the JCR. Are you supposed to name your company's custom JCR properties so that they start with a namespace? If so, should your custom properties always start with the namespace j...
Hi Guys, Does anybody know how to get rid of the "Group" and "rollout" button in the editbar of a component? Is it possible to remove this button for a group of users?Regards,Shashank
Hi All,We have field in page property dialog with xtype=tags. We have build the dialog for both classic & touch ui. This field will allow only one tag to be selected. When we select the tag in classic UI dialog and save, the type is getting saved as String[] for field value (as shown in below screen...
Hi ,Instance am working when I opened today suddenly started stating AuthenticationSupport service missing. Cannot authenticate request. I find all the bundles are active , status of Apache Sling Authentication Serviceorg.apache.sling.auth.core is active and I tried deleting index folder under crx-q...
Hi,I have built a custom AEM component 'Byline' by following AEM WKND tutorial. However, after deployment, I am not able to find my component model in AEM web console for Sling models. I am using AEM 6.4 quickstart, getting following errors while using this component:Caused by: org.apache.sling.scri...
Hi All,In one of my Dev Publisher instance cq-quickstart-6.3.0-standalone-quickstart.jar file got corrupted and its showing the size as '0' bytes. So now we have copied the cq-quickstart-6.3.0-standalone-quickstart.jar file from QA Author instance to Dev Publisher instance then we are able to succes...
For 6.4.2 with HTL code:<div data-sly-repeat.tag="${item.tags}"> <a>${tag.name}</a></div>This will output<div><a>tag-1</a><a>tag-2</a></div>I am trying to achieve the following1) How can I add a comma between the list?<a>tag-1</a>,<a>tag-2</a>2) How to have the repeat in a data attribute?I am tryin...
Hi,I execute maven command for creating proejct so automatically all the project structure is created and under tools >templates><projectname> folder is created then under this folder click on create template then show template types <yourproject>empty page template is shown for creating then all th...
In AEM 6.4 after installing my bundle I'm getting cannot be resolved error for two packages . This is the same package it's working fine in AEM 6.1. Also I didn't explicitly mentioned any versions as captured in the below screenshot. can some one help me to resolve this?com.adobe.granite.ui.componen...
Hello Everyone,Can I ask a question ?I am using AEM 6.4.0.Can I add asset image using Content Fragment into CQ Page?If it is possible, How can I add asset image using Content Fragment into CQ Page?