We are trying to setup a Forum template using the Forum component in CQ5.4. I seem to have got this working, but one issue is that the Create Topic "box" appears in the published page. Is it possible to ensure that this create box does not appear on the published page. I have found if you do create ...
Hi all,I have defined a simple dialog with two text boxes and one button.The action i am looking here is when i clicked on the button value entered in first text field needs to be filled in second textfield automatically.I have tried to get the value in the handler method of the button using getValu...
I have a page with lots of html code.when I am open the page , sidekick taking too much time to load.my sample code is:I have two jsp files.body.jsp<html><cd:include script="head.jsp"/> <cq:include script="content.jsp"/></html>head.jsp: Side kick and all the css and js included in this file only----...
Hi,I've requirement where I need to populate component path in the component's dialog. For example, I've a component called 'Hello' and page 'XYZ'. I'm dropping the component into the page parsys. Then component path would be something: /content/XYZ/jcr:content/parsys/HelloNow, when I edit the compo...
As seen in the question, how does CQ5.5 housekeep all the audit log and workflow instance by default. Our user is having a situation that the audit log and workflow instance are growing rapidly and become very large overtime.Also, can the audit log and workflow instance history export to CSV/PDF b...
I'm using Adobe CQ5.5 and I want to create a campaign that is for all visitors. So there wouldn't really be any segmentation. I don't see an option for that. Is it possible? Suggestions?
We have a problem with a corrupt file in the tarJournal of our two-node author cluster (CQ5.4, CRX2.2.0.70), and I was hoping someone might have some advice on how to recover from this situation. Our nightly tar optimisation run gets stuck on the corrupted file, which is causing the tarJournal to gr...
Hi,Tried updating a property on a page in CQ5.6.1 and received an Internal server error. Surprisingly this is only happening in the Publishers. Authors are happily happily updating properties.Script: import groovyx.net.http.HTTPBuilder import java.text.SimpleDateFormat import static groovyx.net.http...
I have a running CQ Instance on our common development server which is installed by some one else who left the company now. Due to running regular server patch jobs this dev machine was restarted.Now I am trying to restart the CQ Author instance but it gave Fatal Error "FileNotFoundExcedption" as a ...
How to restrict a component by page name without using Design mode. I have a component that has to be allowed only when a root page is named as 'na'. Is there any way to do this in CQ?