Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/31/23
    Hi, I want to know how to add a  custom field  to AEM Tag.Thanks. 

    Views

    897

    Likes

    0

    Replies

    2
  • 5/31/23
    AEM dispatcher need to be setupIn dispatcher setup need to add a rule in a way that the dispatcher URL need to be served both with .html and with out .htmlInvalidate a particular page cache when the pages are published. Need to setup the dispatcher and show the cache invalidation

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 5/30/23
    Hi, We recently got a few images from business which when authored in AEM 6.4 are not showing up on the pages.The old image is still persisting.Upon checking the properties of these assets, the only difference between the old images that are working and the new images which are not working is that t...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 5/30/23
    I am executing below mentioned query  on my project content but getting searched term on experience fragments also in the results which is not expected can someone provide a solution  ? path=/content/test/us/en/test-foldertype=cq:Pagefulltext=circuits1_property.value=/conf/test/settings/wcm/template...

    Views

    569

    Like

    1

    Replies

    1
  • 5/30/23
    I am trying to append new line of text for different json files. But for some reason, each json file only has one line after the below code is executed but it shouldn't.  Node confNode = session.getNode("/etc");Node reportFileNode;Node contentNode;for (int jIndex = 0; jIndex < array.length(); jIndex...

    Views

    810

    Likes

    0

    Replies

    1
  • 5/30/23
    In my dialog I can add a container and will create a tab, but is it possible to put an select field with predefined icons to author select an icon to each tab created ?

    Views

    3.3K

    Likes

    0

    Replies

    13
  • 5/30/23
    I restarted my mac book and started AEM from terminal getting this error after AEM is started HTTP ERROR 404 Not FoundURI: /STATUS:404 MESSAGE:Not FoundSERVLET:org.apache.felix.http.base.internal.dispatch.DispatcherServlet-e31d7b5  Please help me resolving this issue, it is working fine morning , af...

    Views

    26.4K

    Likes

    0

    Replies

    31
  • 5/30/23
    how to load scss file in aem custem clientlibs ex : apple/project/custem-clientlibs  ccs/-test.scss

    Views

    1.6K

    Likes

    0

    Replies

    2
  • 5/30/23
    The project code has a property called contentType set under the following path   /conf/<project>/settings/wcm/templates/<template_name>/initial/jcr:content   I am trying to update the value of the contentType but the changes are not getting updated in the aem instance after deploying the project in...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 5/30/23
    I am trying to retrieve the bundle's last modified date within an OSGi Service usingbundle = FrameworkUtil.getBundle(this.getClass()); bundle.getLastModified();It works in the local instance but not in AEM cloud where the bundle is null. Is there any reason for this behaviour in the aem cloud alone?

    Views

    969

    Like

    1

    Replies

    3