Hi,Does anyone know if its possible to disable auto-save behavior in design mode and provide the author with a Save button instead?Thanks in advance!Juan
Hi friends, Am getting the null when injecting the resolverFactory object in Java class through Fleix Annotations(@Reference).How i can use the sling and cq implicit object java class.It can be useful in JSP.But how in java class???Please tell me a solution Thanks in advance
Hi masters!I found an issue regarding pagination in Workflow Console, Archive tab. The pagination is not working in this tab.I can reproduce this issue in a new AEM5.6.1 instance installed from scratch. The steps to reproduce are:Install new AEM5.6.1 instanceUpload images in DAM since you have more ...
I have a requirement where I need to check the mode (author/publisher) in the workflow step.There is different workflow for both of these wcm modes. I was trying to write function check() using the api WCMMode.I know there is a way to do it in the components/jsp however the same seems to be not work...
Hi,I will be working with a company that utilizes CQ5 for the content management tool for their site. We will be redesign some of the pages of the site outside of CQ5. Can we just give them html files (with all source files) for them to easily integrate into their CQ5? We will not have access to the...
Is there a way in CQ 5.6 to restrict use of specific components within a parsys? e.g. I want to restrict author to use only text component within a parsys, following is how I render the parsys inside one of my component JSP file:<cq:include path="textpar" resourceType="foundation/components/parsys" ...
While accessing a link through web server, sling request going to one server(lets say server1) but the service call through ajax(which is defined in jsp of server1) going to another server(server2). Due to this it is taking time to update data at a time in all servers. By making ajax call to server1...
Hi, I am trying to provide an implementation for dynamic participant step using an ECMA script. The script basically returns a participant user based on the path of the payload.Here is the script - function getParticipant() { var workflowData = workItem.getWorkflowData(); if (workflowData.g...
I am in the process of setting up authentication via Active Directory LDAP. I have it working just fine for everyone in my AD to log in to CQ5, but I actually have about 1000 AD users and only 10 will be using CQ, at least in our test phase. I would like the LDAP authentication process to only cre...
Hi All,When i select any parent page all the child pages is being added while creating a package.eg. when I create package of path /content/test/ then it is including all the child pages. actually I don't want to include child pages while creating package.Can any one tell me if there is any option t...