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...
HiI have created an ideal workflow with content author,reviewer and approver. I want to lock the page so that when reviewer is reviewing the page, author should not be able to edit that page. How do i bring that locking mechanism for a page if it is in workflow process
It does not seem possible to set a cookie in the client browser by using the standard java Cookie class inside a component.Consider the follow [very simple] example:---------------------------------------------------------------------------------------------------------Cookie mycookie = new Cookie("...
Is there a way to have read only access to the page along with page properties in the Sidekick. If we restrict the modify access to a group, the Page properties in the sidekick is grayed out. We need this for our reviewer group, as they will not have modify permissions, only review and lot of metada...
How can I prevent that the CQ5 DAM image folder creates after 15 images another page within the folder? Result is e.g. the folder has 2 pages -- page one has 15 images and page two 6 image. I would like to have all images only on one page!Thanx for helping!
Hi,My use case is that I want to use different authentication handlers for different sites. We already have SAML integrated with an IDP for one site. But we also want to use the OOTB Login component to authenticate users in the AEM User list. Right now SAML overrides everything.Any ideas?Brumoon
Hi , I have 5 sites running in CQ 5.6 and I have 5 apache virtualhost as well , one for each domain , I have 5 farms file for the dispatcher , the problem now is how to setup a replication agent flush per domain? I read this doc http://docs.adobe.com/docs/en/dispatcher/disp-domains.html , but it doe...