While analyzing the log files I found a lot of the following errors:com.day.cq.polling.importer.impl.PollingImporterImpl importData: Unexpected failure importing PollConfigI then found the article about how to disable the SiteCatalyst Impressions Importer (http://helpx.adobe.com/experience-manager/k...
We want to store some users in a different location to the default /home/usersWe also want to use the user manager to achieve this. How do we create a new user manager that has a different location for users eg /home/newlocation/users for example? Finally can we then use this new user manager when i...
The CQ5 components support HTML5 and W3C support? I think CQ5 is based on HTML5. However, searching in the web found we found only richtext editor compatible with w3C. https://dev.day.com/docs/en/cq/5-6/release_notes/wcm.html
Hi ,In our project we will use classic url of AEM to create the web-pages( url http://localhost:4502/siteadmin#/content). Only some times we are facing this issue while creating "New Pages". Some times "New Page" option under "New " is Getting disabled. We are not sure the reason.Not only "New Pa...
I have Eclipse that is set to work with CQ and I want to generate javadoc during the bundle compilation. I have 4 projects in Eclipseproject-defaultproject-default-bundleproject-default-componentsproject-default-contentIn project-default-bundle(which contains .java classes) I added this to pom.xml f...
Hello,I have an application in which I need pages acting like structural nodes to arrange the actual pages within a section. To avoid the performance issues with the 1000 child nodes.The structure is something like this:/Home /section /{YEAR} (blank page - just structure) /{MONT...
Hi Experts, I have created a custommultifield which consist of checkbox, textfield and textarea. custommultifield can have maxitems 3.I am facing problem while accessing the value of checkbox from component jsp.I am doing this from jsp: <c:set var="checkBox" value="${properties.parsysValue}" scope="...
HiI have a component which use to display all the node detail in a specific folder. But there is some problem when a pass a <%=variable%> to cq:include. When I read the source using firefox. It seems it can not read the jsp variable correctly. Please help.Below is the source from firefox when ...
Is there anyway to set the wcmmode specific to a group or user? Basically have a user that their wcmmode is always disabled so they can preview the site but not edit it? but still have other users as content authors that can make edits?