Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

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

    Views

    626

    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

    799

    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

    690

    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

    1.9K

    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

    587

    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

    483

    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

    731

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,when using the out of the box Text Touch UI component and setting the option 'open in a new page' the generated html does not have the target="_blank" attribute. It seems that the Antisamy Policy rules applied by the context 'html' used by the Sightly template strips out the target attribute. Is ...

    Views

    403

    Likes

    0

    Replies

    4
  • 10/15/15
    I am using CQ 6.1, and trying to implement LDAP login for users. I also want some extra logic during sync that will place users into certain groups based on certain parameter.The thing I found was Callbacks on this page: http://wem.help.adobe.com/enterprise/en_US/10-0/core/administering/ldap_authent...

    Views

    848

    Likes

    0

    Replies

    7
  • 10/15/15
    Hi, I am trying to create a custom maintenance activity in AEM6.I need to do an import of com.adobe.granite.maintenance.MaintenanceConstants. And Dependency required for this is given below. <dependency>                <groupId>com.adobe.granite</groupId>                <artifactId>com.adobe.granite...

    Views

    380

    Likes

    0

    Replies

    1