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...
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 of my developers will be using CQ, at least in our test phase. I would like the authentication process...
Hi,I have created a node of type sling:OsgiConfig and have inserted a property 'propertyPath' which is of type String[]. I can access this in my component JSP using:Configuration conf = sling.getService(org.osgi.service.cm.ConfigurationAdmin.class).getConfiguration("Name of the config"); String[] my...
I'm trying to run CQ 5.6 on a Macbook Pro with OS X 10.9...just for development purposes. I'm using the default JDK 6 bundled with the OS.When I attempt to launch CQ, quickstart opens my browser and ... nothing at all appears. The content of localhost:4502 is just an empty browser screen. The error....
Hi, I would like to write a filter that will intercept a page properties post request. My filter will check to see what parameters are being posted and if it find the ones I am interested in. I would like to stop further processing of this post and do a redirect to another page. So far I have had no...