Hi,I have extended foundation Tags component for my requirement. It works in Author and Publish. But it doesn't work in dispatcher, it give some alert saying "" and if i click ok it redirects to dispatcher login page.What i found is the EXT js code used in Tags component is causing the issue. But i ...
When using com.day.cq.search.QueryBuilder, is there any difference between p.limit = 0 and p.limit = -1?Seems to me that both behave the same, but in I could only find p.limit = -1 stated in the docs.
HiI have two images file in my CQ instances:1. ko.jpg2. ko.gifWhen I dispatched ko.jpg to the webserver, everything went fine. Then when i dispatched ko.gif, for some reason, ko.jpg will be removed from the web serverWhen I check the dispatcher.log, i saw the following log:[Tue May 27 16:51:23 20...
Hello,I send email in Adobe CQ5 under articles:http://labs.sixdimensions.com/blog/2012-08-20/sending-email-adobe-cq-api/But I have this problem:I have problem with subject encoding. Subject contains this characters "žščěř" and they are shown this - "?" I try to set encoding "email.setCharset("UTF-8"...
Hi,I need to have a few properties that are application specific and different for to each environment. I currently maintain the properties as a java properties file but feel that using runmode configuration is the way to go. I have found a few articles that have described how to set OSGI configurat...
I'm working on apache camel and adobe cq5.I wrote a program using apache camel to create a jcr node in the adobe cq5. I'm using Apache camel JCR component (http://camel.apache.org/jcr.html) to create a route to the cq5 repository and running the code outside cq.I'm using apache camel version 2.13.My...
Hi guys,Does someone know if there is any predefined property like ${participant.name} for email template in Send Email workflow process step? I want to send email notification to workflow initiator including name of person who for example approved the content.Thanks,Ivan
Hi,I have a requirement of adding a richtext in a custom multifield.There is a richtext component created under '/apps/website/components/richtext/items/items/richtext'This richtext would have 3 plugins as well. Now my custom multifield xtype should have the below1) Text Field2) Pathfield3) Richtext...
Hi All , I have a custom form action nodes which has a forward.jsp via which the control is forwarded to my custom servlet . All this happens when the form start component is configured to execute the custom action . Now I want to achieve this behaviour in ajax way . In normal cases where I am no...