Hi Guys , I'm trying to achieve part of reverse replication process from one of my publisher instance to author instance . The goal is to reverse replicate custom form data from publisher instance to author . I'm able to achieve it by referring from here http://helpx.adobe.com/cq/kb/HowToUseReve...
Hey Guys , I was trying to implement logging on replication events like, when my page is activated on author instance I would log the page name in logs . My Java code which is deployed as a bundle implements EventHandler and overrides handleEvent method . I initially tested it with skeleton code an...
Hi , The above code preserves the editing functionality but still generates some default CQ decoration div's like <div class="parsys parsys1"><div class="block1 sectio To completely remove any decoration tags CQ generates and preserve editing I implemented the following my global_ext.jsp which is m...
Hi , From a earlier post (http://forums.adobe.com/message/5395368) it is mentioned that global.jsp can be updated with extra code to avoid getting CQ decoration tags in publish instance . However when I tried it with a simple example , decoration tags with substrings 'parsys' or 'parbase' get ...
Hi Gregor , Thanks for your reply , this gives a clarity on when to use a jsp script or a servlet for rendering your custom component and helps .But my question was more focussed on the advantages of defining a servlet or a script by resource type rather than a path . With servlet defined by path...
Hi All , Warm greetings . I would like to know any use case or any example where servlet defined by resource is a better approach then defined by path (as mentioned in some of the blogs) . I had a use case where a custom search component was developed which would retrieve locations list from JCR ...