Expand my Community achievements bar.

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

  • 5/19/23
    Hi, . In Virtual Host we have added below line. so when we hit like /content/dam/site/abc.pdf . It matches and set Header as below.<LocationMatch "\.(?i:pdf)$">ForceType application/pdfHeader set Content-Disposition inline</LocationMatch> Requirement: If URL is having a selector lets say "pdfdownloa...

    Views

    511

    Likes

    0

    Replies

    2
  • 5/18/23
    Hi, I am new to AEM development.I have a sling servlet with the below code and I am trying to read a page property. This code snippet works in Author mode, but not in the publisher. ResourceResolver resourceResolver = request.getResourceResolver();PageManager pageManager = resourceResolver.adaptTo(P...

    Views

    1.5K

    Likes

    0

    Replies

    8
  • 5/18/23
    I am trying to retrieve the page details using groovy script. I need to get replication status from those details but, the cq:lastReplicationAction is not available for the page in the jcr content.What is the way to achieve this. A code snippet will be really helpful.

    Views

    549

    Likes

    0

    Replies

    2
  • 5/18/23
    In RTE I have one scenario where in ParaformatI want to add class name="para" when the Paragraph is selected, <p class="para">TEXT</p>when Quote is selected <quote class="quotations">How can we do that in RTE?

    Views

    331

    Likes

    0

    Replies

    1
  • 5/18/23
    Getting below error when JUnit executed for a model. Is this issue to do with this plugin? <plugin> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-maven-plugin</artifactId> <executions> <execution> ...

    Views

    448

    Likes

    0

    Replies

    2
  • 5/18/23
    Hello TEAM, Current Behavior :After several deployment to AEM instance, Sling has an issue to render any component as a result site looks blank.Expected behavior/code Stable AEM instance after every deployment.Environment Details: AEM 6.5.13Core Components version 2.20.8openjdk version "11.0.19" 202...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 5/18/23
    Hi Team,Smart Crop Profiles Adding Space top & bottom + Changing dimension.any suggestions how to fix this please? Thanks!

    Views

    341

    Likes

    0

    Replies

    2
  • 5/18/23
    If you have basic string properties on your page, you can add indexes like this: <indexRules jcr:primaryType="nt:unstructured"> <cq:PageContent jcr:primaryType="nt:unstructured"> <properties jcr:primaryType="nt:unstructured"> <bonusId jcr:primaryType="nt:unstr...

    Views

    397

    Likes

    0

    Replies

    1
  • 5/18/23
    Hello Team, Since AEM (6.5 in my case) by default downloads DAM PDFs. We added below lines and we can view PDFs upon clicking. <LocationMatch "\.(?i:pdf)$">ForceType application/pdfHeader set Content-Disposition inline</LocationMatch> PROBLEM:We also have to give way to download as an option. so for...

    Views

    525

    Likes

    0

    Replies

    2
  • 5/18/23
    Hi all,I have issue that is regarding a redirect from www to a non www site (i.e http$://www.domain.com to http$://domain.com). I know this can be done using sling mapping in /etc/map but faster accessing i wants this done at the dispatcher level according to AEM best practices. This is for an AEM a...

    Views

    1.1K

    Likes

    0

    Replies

    3