Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    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!

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 10/15/15
    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...

    Views

    861

    Likes

    0

    Replies

    3
  • 10/15/15
    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...

    Views

    547

    Likes

    0

    Replies

    1
  • 10/15/15
    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

    Views

    633

    Likes

    0

    Replies

    1
  • 10/15/15
    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("...

    Views

    3.5K

    Likes

    0

    Replies

    6
  • 10/15/15
    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...

    Views

    1.8K

    Likes

    0

    Replies

    4
  • 10/15/15
    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!

    Views

    517

    Likes

    0

    Replies

    1
  • 10/15/15
    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

    Views

    3.6K

    Likes

    0

    Replies

    5
  • 10/15/15
    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...

    Views

    2.0K

    Likes

    0

    Replies

    10
  • 10/15/15
    According to the docs in /libs/granite/ui/components/foundation/form/multifield/render.jsp there is the possibility to have several subcomponents within a multifield:...  * If the subcomponent is a composite, it is its responsibility to concatenate the fields into * one, before the form gets submitt...

    Views

    1.0K

    Likes

    0

    Replies

    1