I am trying to override the default tag path.If we don't give any namespace it stores in default/standard path,I have requirement where I need to modify the default path and store it in custom path.What are the possibilities for this ?Thanks in advance!
When I use<h2 class="${properties.testclass}" data-sly-element="${properties.tagType}">${properties.title}</h2> in my JSP code (In HTML it works fine)Output<h2 class="test" data-sly-element="h5">Title</h2>Expected Output:<h5 class="test" >Title</h5>
Hello,I am working with components that use Handlebar templates. In an attempt to create a Handlebar helper, I follow the instructions provided on this help page, SCF Handlebars Helpers. I've created a simple helper server side first to see if it works. However, my bundle is in an "installed" sta...
Hello,I need to change bundle start level from default 20 into 21 to prevent some timing issues.I've found solution via bundle activator.Something like this:Bundle bundle = context.getBundle();StartLevel startLevel = (StartLevel) context.getService(context.getServiceReference(StartLevel.class.getNam...
I created a custom editable template type following this structure:/conf/myproject/settings/wcm/templates-type/basetype, I can see the basetype under the myproject folder when creating the template.Now I create another folder under the Configuration Browser and enable the editable template, I only s...
I have developed a project on AEM 6.3 but there are some dependency issues while using WCMUsePojo. The package com.adobe.cq.sightly is not resolved in aem 6.3 felix console. It gives error like this com.adobe.cq.sightly,version=[2.2,3) -- Cannot be resolvedI am using a class which extends WCMUsePoj...
Hi,My custom activation workflow uses OOTB create version process step before activation but some times version creation throwing below error.can anyone help me to resolve this issue. com.adobe.granite.workflow.WorkflowException: Process execution resulted in an error at com.adobe.granite.workflow....
The release notes of AEM 6.2 mainly discusses about the functionality changes or added in back-end. I wanted to know if any new functionalities are added or changes are made in libraries or components(front-end) of Aem6.2 as compared to Aem6.0
Hi,How can I add action to button in component. Button is not selecting from inside the component in aem 6.2please find below img for reference.Thanks in advance.Sandhya.
Hi, I have got a requirement where, I need to create a component with dialog, i will add few text fields into it. On dialog submit, default behavior : the values entered via dialog will be stored under the current page's jcr:content (or under par node if we use parsys) I w...