For one component we need to create a tree like structure for example one question will have multiple options on click of one of them other questions will be displayed and in the same way will move to the next level.Please let me know how should i proceed for this requirement.
I'm having a slight problem with incorporating the appropriate maven dependencies into my project for sling models.When I deploy my bundle, I get the following import that can't be resolved:org.apache.sling.models.annotations,version=[1.1,2) -- Cannot be resolvedI believe I have included this with t...
In our current CQ5.6 implementation, we have implemented one global link rewriter transformer which appends cdn urls for cq5 clientlibs. We are in process of creating one more site in same cq instance which will have different akamai url. My question is can we implement two link rewriter transforme...
Just started looking at AEM/CQ 6.0 and I wanted to load our custom code from our Subversion (SVN) repository.I'm getting the following error, whenever I try to use any of the "Team" menu items from the CRXDE Lite toolbar:{"changes":[],"referer":"http://localhost:4502/crx/de/index.jsp","path":"/libs/...
I want to create a reusable VM image that contains a barebones CQ5 instance.To do this, I have written a script to run cq-quickstart-5.6.1-author-p4502.jar, for example, and send curl requests to the login page of the instance till it responds with a 200 status code and then I execute ./stop to stop...
Hello experts,The following error occur transiently while I start up my AEM author instance (or when I rebuild and reinstall my bundles):21.07.2014 13:14:31.849 *INFO* [OsgiInstallerImpl] org.apache.sling.audit.osgi.installer Updated bundle com.tcm.core-bundle [324] from resource TaskResource(url=jc...
Hi CQ Gurus, we are seeing some weird behavior all of a sudden in our testing env. We are seeing that when the workflows are getting started the workflow nodes are not getting created under /etc/workflow/instances/<DATE>/model-**** but the worflow data is getting recorded on the node /etc/wor...
Hi,In particular, I want to be able to add custom properties to sling:Mapping nodes.Is there a mixin type I can use with sling:Mapping nodes so that I can add custom properties to them?
Hi,I'm trying to use CQ.Ext.Msg.alert('Hello', 'Welcome to ExtJS'); in jsp, but I see below error in the firebug.ReferenceError: CQ is not definedHere is the sample code in my jsp.<html> <head> <script> CQ.Ext.Msg.alert('Hello', 'Welcome to ExtJS'); </script> </head> <b...
I'm adding a beforeadd listener to a multifield to limit the number of items that can be added. I see the message when I try and add more than the limit, no more items get added, but as the xtype configured to the the multifield item is required (cannot be empty) it doesn't let me click 'OK' on the ...