Hey there , I'm new to CQ and playing around with forms . I have a html form (not cq form) where i am posting to a custom servlet which creates properties on a specific node in jcr and also saves the values to a .txt file based on some custom logic .After successful post , i want to return to t...
Hi,I want to expose the osgi service as rest service so that service can consume from other webserver or client .I followed Apache CFX but its not working ?Suggest me a solutionThanks in advance
Hi,I have a requirement where i need to list all html pages under /content/test/test1 (title and url), How to achieve this?I tried using json query builder but it is giving only few urls not all, please find below the json query.type=cq:Pagegroup.p.or=truegroup.1_path=/content/test/test1ThanksSriniv...
Hi,what would be the best way to execute custom servlet /service once a page property is added or modified? For example , if author opens up page properties from side kick - advanced- update or add new design path, I want to execute my custom service. One way which I read through some of the posts i...
In this AEM forum I was searching for "video thumbnail" and in the search popup (the one that shows after a small delay) many links are broken:(http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__iibt-hi_all_usingjcr.html)I get the ...
Hey there!I've got a huge DAM here (60GB) and my goal is to do a cleanup. I removed all unreferenced DAM-Assets, removed the sub-asset workflow steps and removed all subassets and now I'm looking into the renditions. I saw, that out of the box CQ is generating a few renditions. My question is: Which...
We have multilingual site where in we get a JSON with both english and Chinese values [keys are in english and values in chinese], we want to cache this json on dispatcher and when we do so it looses its encoding information.Source Sample JSON [not complete JSON but first few lines on it] -{ "provin...
I am trying to extend the OOTB chart component. I created a chart component with resourceSuperType = foundation/components/chart. and then created a chart.java file which is a replica of com.day.cq.wcm.foundation.chart.java and saw a int variable yawidth defined like this:int yaWidth = "" + this.max...