Hello,I'd like to use a command:vlt.bat -v --credentials admin:admin import http://localhost:4503/crx . /Above example imports all files and directories in jcr_root. I'd like to specify local path to import just one/several folders. I tried many ways to put the local path as argument, but I always g...
We have created a google map component. Which is works fine in all browser except IE8. When we see the component in IE in author mode it does not load the google map. However it works in the publish mode for the same browser,It seems it is CQ5 script which is used to control the author experienc...
Hello,I am planning on using Jackson to process JSON. How can I include Jackson libraries in to the OSGI bundle? I am using IntelliJ. Adding the Jackson library as a Maven dependency does not work.Thank you.Cheers,Viren.
hi, im doing this tutorial about querys to JCR:http://helpx.adobe.com/adobe-cq/using/querying-experience-manager-data-using.htmleverything went smoothly, and i have everything up and running, i can add data (customers) and thats working, but when i try to see the list, im getting an error. Here is t...
Is there a way to support multiple versions of a component? Supporting multiple versions of JSPs seems to be doable, but a couple things I'm not sure of. One would be versioning dialogs...could I put something in place that would respond to the dialog.overlay.infinity.json request and choose between...
Hi,I have created a test sling servlet as shown below:package com.mercer.servlets; import org.apache.felix.scr.annotations.sling.SlingServlet; import org.apache.sling.api.SlingHttpServletRequest; import org.apache.sling.api.SlingHttpServletResponse; import org.apache.sling.api.servlets.SlingAllMetho...
Hi,does anybody has worked on blog framework of cq 5. Please tell me the flow how blog framework work and what all things i should keep in mind while extending cq blog framework. I have to migrate cq blogs into our page .
Hi,I have new to CQ5 and I am trying to do sitecatalyst Integration.I have gone through https://dev.day.com/docs/en/cq/5-5/administering/integrating_with_omniture/sitecatalyst.html .If i want to set an event variable(purchase) on the pageLoad of a page of Thank You page, then how do i map that sc va...