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
    Hi All,#1] From what I understand the entire CQ repository content is stored in the below location, correct?    crx-quickstart/repository/workspaces/crx.default/#2] When TarPM runs, it only is concerned with files in the below three areas. Is that correct? /crx-quickstart/repository/workspaces/crx.d...

    Views

    631

    Likes

    0

    Replies

    2
  • 10/15/15
    In my application, all url's with a query param are not cached and are served directly from the server. (ignoreUrlParams property)Now, I need to disable caching of only a folder in DAM and all its contents. (Say, /content/dam/abc/static/pdf). I am okay with some implementation where I'd have to spec...

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 10/15/15
    I need a option of draggable image and title below that in a multifield(along with field Labels). I am using the customized js file from the link http://experience-aem.blogspot.in/2014/04/aem-cq-56-slide-show-component.htmlhttp://experience-aem.blogspot.in/2014/04/aem-cq-56-slide-show-component.html...

    Views

    554

    Likes

    0

    Replies

    1
  • 10/15/15
    I saw a property called className in geometric outdoors component. What is its significance ?

    Views

    922

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi,A workflow participant step is assigned to a user group. Each user in the group will receive a notification in their group. Once one of the participants(users in the group) has completed the workflow step. What will be the participant name/id, will it be the user that completed the activity, or w...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 10/15/15
    I need to import JcrTagImpl class which is located in CQ Day Communique 5 Tagging jar file(com.day.cq.cq-tagging)Then I tried to add the above jar in my pom.xml's dependency as below then I can import the whole package as com.day.cq.tagging.*;<code><dependency> <groupId>com.day.cq</groupId> <artifac...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 10/15/15
    Hi  I am trying to crop an image programatically Resource res = resourceResolver.getResource("/content/dam/images/test.jpg");Asset asst = res.adaptTo(Asset.class);Resource dataResource = resourceResolver.getResource(res.getPath()+"/jcr:content/renditions/original/jcr:content");Layer layer = ImageHel...

    Views

    2.4K

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi,I am trying to create a user that that will be act like a lead same as in Campaign console & want to assign this to List provided. I have created the user using UserManager api.Session session = resourceResolver.adaptTo(Session.class); User subscriberUser = userManager.createUser(email_id, Random...

    Views

    888

    Likes

    0

    Replies

    4
  • 10/15/15
    I need to capture the events for tagging in CQ. Need to capture the tags whenever the users add/remove/change/delete tags in CQ tagging console.I have an idea to implement a workflow & launchers to handle the event handling in tagging console. Whenever such event occur, automatically the workflow wi...

    Views

    775

    Likes

    0

    Replies

    2
  • 10/15/15
    What are the scripts to be included for mobile emulation. I included the browsermap and added the slingresourcesupertype wcm/mobile/components/page for template component.I got the list of mobiles in sidekick, but it is not working

    Views

    1.2K

    Likes

    0

    Replies

    3