Hi All, We want to develop websites which are compliance with Responsive Web site using AEM 5.6.1. What are the best and efficient scripting languages can be considered and suggested to develop webpages for this kind of websites.Designed websites are going to be viewed fro Desktops,Mobile and Ta...
I inherited some code from another agency that looks like thisif (WCMMode.fromRequest(request) != WCMMode.EDIT && WCMMode.fromRequest(request) != WCMMode.DESIGN && null != componentContext ) { componentContext.setDecorate(false); componentContext.setDecorationTagName(""); componentContext.setDefault...
Hello,Based on the requirement i have the workflow attached below.Questions i have are:1. At the step: Review (Custom participant step returning dynamic group name) as shown in the snapshot, could i avoid sending notifications to user's email ID(user or users belonging to the group), but still have ...
Hi All,1) I have set up the eclipse workspace for CQ and just started doing some code. I am using and import on my java file import com.day.cq.wcm.api.Page; on which I am getting an error "The import com.day.cq.wcm.api cannot be resolved". Is there any dependency I will have to define for this in th...
Hi all,according to the doc, the content-package-maven-plugin has a new feature "mode" which sounds extremely helpful.However, when I use it, it's not working as expected.Does anybody have experience with this?The META-INF/vault/filter.xml generated by the maven plugin looks ok:<?xml version="1.0" e...
We have some urls in cq5 which doesn't have extensions(.html - done through vanity urls). The Apache dispatcher is not caching these pages, plz suggest on this.Regards,Susheel
I was asked to configure our CQ v5.6.1 authoring instance so that it would always land an author in the classic UI. I did that via the appropriate configuration change in Felix configurations. Now there are a couple of authors that want to explore use of the touch UI. Is there a way for a user wh...
I am using the DRM page to check on an asset and present with a form. Everything is working fine for admin or other users, but what will happen to anonymous users.Once the value "Accepted:true" is set in /home/users/Activity stream, other anonymous users can access the asset without the form/license...
hi, im trying to follow this tutorial about persisting data in JCR with a bundle.http://helpx.adobe.com/adobe-cq/using/persisting-cq-data-java-content.html# in the section Create an Adobe CQ archetype project im getting an error when i try to run the command:mvn eclipse:eclipse im getting this error...