Expand my Community achievements bar.

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

  • 5/24/21
    Hi All, Is there a possibility of seeing the additional flags that used to be a part of tree activation in AEM as cloud? Like activate only modified/activated pages or ignore deactivated pages with Add Tree option while triggering Sling Distribution? Thanks,Ram 

    Views

    4.8K

    Likes

    0

    Replies

    5
  • 5/24/21
    Hi i have developed the search component using query builder and now to search work efficiently what type of changes we need to make for /oak:index/cqPageLucene RegardsManikantha R 

    Views

    580

    Likes

    0

    Replies

    1
  • 5/24/21
    Hi am working on migration of blank HTML Page component where i could see "null" tabs present parallel to basic, advance...etc. tabs under page properties am looking to remove "null" tabs which doesn't have any text fields.please guide me the path from where i could delete it (as i have checked in c...

    Views

    963

    Likes

    0

    Replies

    3
  • 5/23/21
    Hello AEM community, I'm trying to extract old text content from old versions of pages for legal reasons. For a few pages I can find all of the text content for the different versions in infinity.json but for most I cannot find the text content for a given version unless under the Timeline I click R...

    Views

    623

    Likes

    0

    Replies

    3
  • 5/23/21
     I have tried dependency injection but, it cannot find my "Apache Sling Connection Pooled DataSource"@referenceprivate DataSourcePool dsp; DataSource ds = (DataSource) dsp.getDataSource("MYDB"); I am using SlingSafeMethodsServlet. Any help would be appreciated. 

    Views

    514

    Likes

    0

    Replies

    1
  • 5/23/21
    Hi, cc  @arunpatidar Jörg_Hoh smacdonald2008Should we keep some check in existing Live Actions Handle method to skip the rollout. Or should we write a fresh Live Action. Also if a given Live Action from a rollout config is skipped is it correct to say the entire rollout for the page is skipped. Than...

    Views

    642

    Likes

    0

    Replies

    1
  • 5/23/21
    Hi Everyone,I have been working in AEM as a cloud service version. After applying the URL shortening in Resource Resolver Factory config, the internal page reference in the anchor href are getting removed in publish instances and rendering them as blank broken links. "resource.resolver.mapping":["/:...

    Views

    1.3K

    Likes

    0

    Replies

    1
  • 5/23/21
    Hello i am trying the custom component creation chapter drom the tutorial but i created the files as instructed but getting the error while installing the package on local aem instance [ERROR] ValidationViolation: "jackrabbit-nodetypes: Node '{}.context [nt:unstructured]' is not allowed as child of ...

    Views

    1.1K

    Like

    1

    Replies

    4
  • 5/23/21
    Hi, I need to loop according to given Integer input. Eg - According to user input, i need to repeat to print some HTML elements. if user input is 1,<div> 1 <div> if user input is 2<div> 1 <div><div> 2 <div> How can i achieve this from HTL. Thanks

    Views

    1.7K

    Likes

    0

    Replies

    3
  • 5/22/21
    I have a custom workflow component that needs to look up a User in the AEM User repository. Code is pretty simple:resourceResolver = getResourceResolver(workflowSession);UserManager userManager = resourceResolver.adaptTo(UserManager.class);Iterator<Authorizable> userIterator = userManager.findAuthor...

    Views

    742

    Likes

    0

    Replies

    3