Expand my Community achievements bar.

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

  • 12/30/16
    We would like to create an AEM Communities site on our AEM 6.2 server. Is there a way to build it out using Maven and Eclipse? (instead of using the GUI). Thanks.

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 12/30/16
     final Predicate authorNamePredicate = new Predicate("@authorName", "property");            authorNamePredicate.set(JcrPropertyPredicateEvaluator.OPERATION, JcrPropertyPredicateEvaluator.OP_LIKE);            authorNamePredicate.set(QueryUtils.PROPERTY, "@fn:lower-case("+CharacterConstants.SLASH +Jcr...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 12/29/16
    I have a use case in which I have to create a content object with following fields in AEM 6.2.1. Image2. Title3. Teaser4. DescriptionAuthors will also tag these content objects with metadata as well.Our Content team will create hundreds of these content objects.  These content objects would be displ...

    Views

    2.5K

    Like

    1

    Replies

    7
  • 12/28/16
    HI,I am using cq:htmlTag node to remove the cq generated divs.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"    cq:tagName=""    jcr:primaryType="nt:unstructured"    class=""    ...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 12/28/16
    Hi everyone,I can't change my language preference,it always show an error"org.apache.sling.api.SlingException: Exception during response processing"Does anyone know what should I do first? Thank you. 

    Views

    6.5K

    Like

    1

    Replies

    14
  • 12/28/16
    Backed code submits an object as :    HashMap<String, HashMap> map= new HashMap<String, HashMap>();In Sightly how can I access Key, Values of the inner Hash Map.

    Views

    36.0K

    Like

    1

    Replies

    5
  • 12/28/16
    Hi,I am trying to implement SDI in AEM + Dispatcher using Sling Dynamic Include 2.2.1I have followed steps as per https://github.com/Cognifide/Sling-Dynamic-Include AEM components embedded in template level as below:<div data-sly-resource="${'test' @ resourceType='test/components/test'}"></div>  AEM...

    Views

    5.1K

    Likes

    0

    Replies

    9
  • 12/28/16
    In our application is based on authentication i.e. a user cannot login to our application till he/she logs in using credentials. But our dam content is getting accessible if it is cached in Dispatcher. Once a image is cached in dispatcher the call does not come to the publish where in sling authenti...

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 12/27/16
    We've two publish instances but want tot trigger a specific workflow from only one publish instance? How can this be configured without manually disabling a certain workflow in one of the publish instances

    Views

    911

    Likes

    0

    Replies

    1
  • 12/27/16
    Hi ,Getting default workflow email template mails by enabling email notification checkbox in participant step .how to change participant step to pick up custom email template rather than default workflow email template.default : /etc/workflow/notification/email/default/en.txtcustom : /etc/workflow/n...

    Views

    1.6K

    Likes

    0

    Replies

    6