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

  • 10/6/25
    Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day.  In a world where so much is automated...

    Views

    768

    Likes

    4

    Replies

    10
  • 10/5/25
    AI Assistant in Adobe Experience Manager (AEM) offers a conversational interface designed to streamline finding answers to your AEM-related queries. It helps you get instant answers to your AEM product-related questions (available to all users), and automate support ticket creation (available to Sup...

    Views

    208

    Like

    1

    Replies

    0
  • 10/5/25
    AEM Experience Hub is the intelligent, unified front door to Adobe Experience Manager, streamlining how content authors, marketers, and administrators discover, generate, and launch, supercharged by AI.  Empower every AEM user and beyond: From authors to marketers to admins, intuitive and personali...

    Views

    155

    Likes

    0

    Replies

    0
  • 12/19/18
    I need to keep track of users who have downloaded an asset in AEM and send out notification emails to those users when the asset is expired. Can anyone help me with a way out?AEM version: 6.1Many thanks. 

    Views

    10.6K

    Like

    1

    Replies

    19
  • 12/18/18
    Hi everyone,I run into an issue with crx/packmgr/update.jsp. I try to update my package using python and requests.params_aempage = {        'groupName': group_name,        'packageName': package_aempage,        'path': '/etc/packages/{0}/{1}.zip'.format(group_name, package_aempage),        'filter':...

    Views

    8.0K

    Like

    1

    Replies

    15
  • 12/17/18
    Hi All,I have used sling:resourceType="granite/ui/components/foundation/form/multifield" to create multifield dialog ( text filed, path browser field).Issue is: I authored textfield, browser field in the multifield.When ever I open the dialog, fields are getting added twice ( two text fields, two pa...

    Views

    6.5K

    Likes

    0

    Replies

    4
  • 12/17/18
    Hello.Our company has created several Word docs that we would like to ingest to AEM 6.4 and describe them as Content Fragments. These include Executive Bios, disclaimers, other types of frequently used fragments that will be used in the creation of other assets.What are best practices in accomplishi...

    Views

    8.7K

    Like

    1

    Replies

    7
  • 12/14/18
    Is there a way to test if listChildren will return anything? Something along the line of: <sly data-sly-test=${item.listChildren.size > 0} />

    Views

    5.5K

    Like

    1

    Replies

    6
  • 12/13/18
    How to get current logged in user in clientlibs  ,AEM 6.4

    Views

    7.4K

    Like

    1

    Replies

    6
  • 12/13/18
    Was trying to send email using cq mail service by creating a test email component. I have created  a jsp for the same. But the component shows error on rendering<%@include file="/libs/foundation/global.jsp"%><%@page import="com.adobe.acs.commons.email.EmailService,java.util.*"%><%// Get the OSGi Ema...

    Views

    10.0K

    Likes

    2

    Replies

    9
  • Hi Team, Have a requirement like 1.    The template should allow all the OOB and custom components(Possible)2.    Should be able to add the components (Mostly Rich text box and Image components)(Possible)3.   Should be able to apply the inline styles for the content dynamically with code deployments...

    Views

    4.5K

    Like

    1

    Replies

    3
  • 12/11/18
    Hi,I am currently working on aem 6.2.I want to fetch values of service  directly in slingServlet.For that i have created a Service ConfigurationService.javapublic abstract interface ConfigurationService {       public abstract String getSimpleString();}ConfigurationServiceImpl.java@Service({Configur...

    Views

    9.4K

    Likes

    0

    Replies

    9
  • 12/11/18
    Hi Team,I have a requirement to render special characters like "doublequote" ("), "quote" ('), "less than" (<), "greater than" (>) in textfield/pathfield. The problem now is these characters get HTML encoded in the view source page.So, if an Input expression in textfield is<%= formatDate(new Date(),...

    Views

    3.9K

    Like

    1

    Replies

    5