Hi,I have configured a basic form with the "Store Content" action type and have added some default fields (some text, textarea ..) and a file upload field.When checking the data via crxde in the correct location, I can see that the file is uploaded correctly.However when checking the submitted data ...
I'm attempting to add ExtJS controls to some of our authoring pages, but running into trouble when it comes to the default CQ CSS styles for the ExtJS components. If i simply create a new ExtJS component and render it to the body, everything looks fine because it is added to a div with an id of "CQ"...
When executing a Force Retry on the replication agent the error.log shows a ScriptEvalutationException caused by a Java ClassCastException: LazyInputStream cannot be cast to a com.day.cq.replication.ReplicaionContentFacade.This problem appears to have started after upgrading to CQ 5.6.1 fro CQ 5.6. ...
Hello,We are using CQ5.5 SP2 and tagmangar API to move tags using the API given below and during this process observed that occasionally couple of tags missing at target location. This is happening when there are multiple rename or moves happening in the same hierarchy.Tag targetTag = tagManager.mov...
Hi. I have added new Apache Sling Queue (to Apache Sling Job Queue Configuration), with three topics (workflows). I have configured maximum parallel jobs to 1, and now I would like to check if this configuration works. I would like to assign small ammount of server resources for those workflows, bec...
I have gone through the video tutorial of James Talbot in https://outv.omniture.com/ and i have learnt all the basics of CQ.Can i get the Sample Code Snippets of that tutorials for practising it.I have searched in all the blogs and all through the google but i dint find anything.Thanks,Awaiting Repl...
Hi,I have followed all the steps mentioned in the installation manual, to get the AEM installed as windows service in publish mode.Changed the following as variable -D:\AdobeAEM\crx-quickstart\opt\helpers\instsrv.bat:: runmode(s)set cq_runmode="publish":: HTTP portset cq_port=4503But I guess the aem...
I want to delete a property of a node, so I have written something like this - var params={};var propKey="somekey"+"@Delete";params[propKey] = "some value";params["_charset_"] ="utf-8";$CQ.post("/path/to/my/node",params,null); above code is not deleting from the node. Kindly advice!
I have to submit a form data to "/content/usergenerated" and on the node we store few properties like formpath and formtype. We are using eventlistener which used to created few properties based on this node properties. I see that if check in the below code fails for the properties. In cq5.5 the be...
HiI observed one issue while using rte. When i drop the image in editor and create the version. Then after if i compare it with older one then its doesn't appears with border green, but if we use image component it display as green after diff comparison with older version. How can we implement the s...