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

  • 4/29/25
    Hi, our content authoring team would like to hide the following unused AEM page tabs for specific page templates.Cloud ServicesPermissionsPreviewProgressive Web AppCan you please recommend the best approach to accomplish this for AEM as a cloud service?Also, please let me know if there is any risk i...

    Views

    1.4K

    Like

    1

    Replies

    17
  • 4/29/25
    On the AEM cloud, when the url has "UTM_ " the parameter is not working. is there a filter that is blocking? 

    Views

    1.3K

    Likes

    0

    Replies

    6
  • 4/29/25
    I'm trying to write unit tests for an AEM Sling Model, but my test is failing. Here's the test I tried:@RunWith(MockitoJUnitRunner.class)public class ArticleContentModelTest {@Rulepublic AemContext context = new AemContext();private ArticleContentModel articleContentModel;@Beforepublic void setUp() ...

    Views

    564

    Likes

    0

    Replies

    4
  • 4/29/25
    Hi All, To automate CDN cache purge on publish, we implemented a EventHandler which listens to replication request and initiate HTTP Purge request from Author to Publish to clear out CDN cache for published page. However, this Purge request is failing and we are getting 403 response - Complete Error...

    Views

    430

    Likes

    0

    Replies

    2
  • 4/29/25
    Hi,I need to query for all occurrences of <br />, <br/>, or <br /> in my text components, but my search is not returning any results.Here is the query I am using:SELECT * FROM [nt:base] AS n WHERE n.[sling:resourceType]='xxx/components/content/text' AND CONTAINS(n.text, '&lt;br') AND ISDESCENDANTNOD...

    Views

    423

    Likes

    0

    Replies

    3
  • 4/29/25
    Hi Team, We received a customer request for redirecting a non-www to www abc.com  (any page) should redirect (301) to www.abc.com Can I have some suggestion for implementing this redirection rule.  Thanks in advance!  

    Views

    854

    Likes

    0

    Replies

    7
  • 4/28/25
    Hi Dev team,         i was trying to author the text component (sling:resourceSuperType core/wcm/components/text/v2/text), in authoring mode we were able to author bullet List as shown in screen below.but when we mark it as done,the bullet list were not showning (Please reffer below screenshot), sam...

    Views

    525

    Likes

    0

    Replies

    4
  • 4/28/25
    Hi everyone,I tried setting up the WKND project on my local AEM 6.4 instance.I was able to build and install the package, but when I try to open the WKND pages, I'm getting either a blank page or component not found errors.I have verified bundle is active and also there are no error logs.Would appre...

    Views

    688

    Likes

    0

    Replies

    6
  • 4/28/25
    I have scenario where,we have single multifield and each multifield item have checkbox.based on checking the checkbox i want to disable other fields in each multifield item.Sample:multi item1 --> text,desc,image,datepicker and checkbox  (when i check checkbox i want to disable other fields)multiitem...

    Views

    580

    Likes

    0

    Replies

    5
  • 4/28/25
    Hi, I have a servlet that performs a function, I have tested it and it works, to make it execute it is necessary to write the domain name followed by bin/serviceexecution.But now we want it to run only every so often, for that we have created a scheduler.The problem is that the scheduler is executed...

    Views

    621

    Likes

    0

    Replies

    6