Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi,I have an image dogA.jpg which is used in a number of pages(which these pages are it's not known to the author). The author updates the binary of the image but the image name remains the same(uploads retouched image with same name, dogA.jpg). When they activate the updated image, will they be pro...

    Views

    581

    Likes

    0

    Replies

    2
  • 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

    479

    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.1K

    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

    445

    Likes

    0

    Replies

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

    Views

    697

    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

    883

    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

    803

    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.0K

    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

    674

    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

    564

    Likes

    0

    Replies

    2