Expand my Community achievements bar.

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

  • 06-04-2021
    Dear Members,We have one requirement to customise the message, that we are getting while canceling the inheritance on a live copy page.So  can anyone suggest a way, if we have to accomplish the above requirement.Step to get the message:1. Open any live copy page in editor.html.2. Click on a componen...

    Views

    635

    Like

    1

    Replies

    5
  • 06-04-2021
    I have created a Component that has title, description, date, URL, and read the values in SlingModel then how can I display the data in the form of JSON to the frontend through the sling model?

    Views

    2.6K

    Likes

    0

    Replies

    2
  • 06-04-2021
    In order to convert between json and objects in an Adobe AEM project, I added the following to the core modules pom.xml file:<dependency> <groupId>javax.json.bind</groupId> <artifactId>javax.json.bind-api</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>org.eclipse</g...

    Views

    432

    Likes

    0

    Replies

    3
  • 05-04-2021
    Hi, 1. For an AEM Headless Implementation, we create 1. content using Content Fragments and  2. define an AEM Content Services end-points using AEM Sites’ Templates and Pages that expose the  data as JSON.How to know how many of Content Fragments and AEM Sites’ Templates are required for a specific ...

    Views

    497

    Likes

    0

    Replies

    3
  • 05-04-2021
    Hello All - I have added the below onclick event via crx (not added via RTE) while the page is loading, unclick is not getting loaded. if it is removed from RTE, we can says due to XSS, it is getting removed but not sure why it is removed in this case. Can someone shed some light on this? <a  onclic...

    Views

    432

    Likes

    0

    Replies

    2
  • 05-04-2021
    Hello, We have externally hosted login page and plan to use SAML2 Authentication Handler. SAML2 Authentication Handler relies either on users already present in AEM (JCR) or creates them on the fly in JCR repository. We have large number of external users logging in to publishers. Concern is that it...

    Views

    377

    Likes

    0

    Replies

    1
  • 05-04-2021
    We have installed the wcm.io package in our AEM instance via inclusion in pom.xml. CA configuration is working fine, except that labels are not shown properly. Instead of a label, it’s showing a label id. I have verified all wcm.io bundles are active in the system/console. I have attached the screen...

    Views

    473

    Likes

    0

    Replies

    3
  • 05-04-2021
    Hello @Daniel_Gordon , I just read your reply on https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/don-t-understand-cssclassnames-in-aem-core-wcm-components-2-0-0/qaq-p/270537 question on what is the use of getcssclassname but i have requirement where i only need Styles added...

    Views

    793

    Likes

    0

    Replies

    7
  • 05-04-2021
    Hi, Currently the datastore garbage collection can be run weekly once as weekly job.There is requirement to run this twice or thrice a week. Please any one  suggest if it is possible to run this two or three times a week.thanks. 

    Views

    387

    Likes

    0

    Replies

    2
  • 05-04-2021
    There are several reference pages for configuration of various different logging systems in AEM (e.g. this and this) , but I cant find anything on how to create/inject and use them.  In the wknd project, we see this:  private static final Logger log = LoggerFactory.getLogger(ImageListImpl.class); : ...

    Views

    2.0K

    Likes

    0

    Replies

    4