Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 10/8/24
      We are excited to announce that Adobe Developers Live returns on November 12, 2024, bringing together the Adobe Experience Manager and Commerce community in a hybrid format. Whether you attend in-person at Adobe’s HQ in San Jose, California, or virtually, this event is designed to provide valuabl...

    Views

    109

    Likes

    4

    Replies

    1
  • 9/26/24
    Hello AEM Community! We're excited to announce that registration is now open for our  *in person* Experience Makers - The Skill Exchange, a transformative event designed to propel your content strategy and unlock the full potential of Adobe Experience Manager. Date: Thursday, November 14, 2024Time: ...

    Views

    232

    Likes

    2

    Replies

    0
  • 8/30/24
    Register at: https://adobe.ly/4g6TYck  Session Details In this session, we'll show you how AEM Sites are evolving with the latest API-first patterns to enhance your content management strategy. Discover advanced OpenAPI standards for seamless CRUD operations, learn about Adobe I/O's eventing and we...

    Views

    2.1K

    Likes

    6

    Replies

    3
  • 10/3/17
    I am trying to find a way to search for a particular property and check if its value exceeding certain characters and print the complete node path where that property exists along with property value.I was able to get the path detail using CRXDE sql 2 query like thisCan someone help me converting th...

    Views

    19.9K

    Like

    1

    Replies

    8
  • 10/3/17
    Hi All,We are using CXF API 3.2.0 for accessing SOAP webservice in AEM. We have referred below URL to implement the same. We have included the necessary dependencies mentioned in this URL.https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/ws_security/sign_encWe are getti...

    Views

    11.0K

    Likes

    0

    Replies

    6
  • 9/30/17
    Hi Community,I'm trying to add an iframe via rich text editor (RTE). It works whilst in edit mode but after I click save it no longer appears because the src attribute has been stripped from the iframe element. I guess this means the RTE does not support iframe by default. Is this correct? If so can...

    Views

    4.6K

    Likes

    0

    Replies

    9
  • 9/30/17
    Hi all, My English is so bad, so I depicted the picture below, everyone please help me.Pathfield, select, datepicker,... click OK, only PathBrowser click not working in Coral , AEM 6.3My code .content.xml<pagesjcr:primaryType="nt:unstructured"sling:resourceType="granite/ui/components/coral/foundatio...

    Views

    10.6K

    Like

    1

    Replies

    10
  • 9/29/17
    Hello,While doing a drag and drop of an asset (pdf asset) into rte path field that contains special character like #, I see that the # is not encoded to %23 and so when I click on the link I get a 404 Below in Classic UIFor eg: 1. I drag and drop an asset "Test Book #1" into an rte pathfield. Press ...

    Views

    4.1K

    Likes

    0

    Replies

    8
  • 9/29/17
    Hi I'm trying to access system console through curl : curl -L -i -X POST http://admin:abc@llocalhost:4503/system/console/bundles.jsp but it throws 500 internal server instead " 401 " but in access and request log it's showing 200==> access.log <==160.46.120.57 - 29/Sep/2017:12:11:03 +0200 "POST /sys...

    Views

    2.5K

    Likes

    0

    Replies

    10
  • 9/28/17
    ACS Commons provides OSGI Sitemap config service to generate sitemap xml file which is used by web crawler to optimize web search results. The provided sitemap servlet takes input from externalizer configuration which acts as domain to the list of content pages. This hosted configuration would have ...

    Views

    1.8K

    Likes

    0

    Replies

    1
  • 9/28/17
    Create AEM 6.3 component making use of WCMUsePojo accessing OSGI Service.Step 1: Create an interface name OSGITestInterface.java that will be implemented by service impl.public interface OSGITestInterface { String getOSGIName(); String getOSGIDesc(); String getOSGIuse(); String getOSGIData(); }Step...

    Views

    13.1K

    Likes

    4

    Replies

    18
  • 9/28/17
    Here is Step by Step procedure to create dynamic drop down for Touch UI based on configuration from multi field component.Step 1: Create a multifield component from OOB widget provided by Granite library as simple as using text and value fields using text field widget.sling:resourceType: granite/ui/...

    Views

    17.6K

    Likes

    2

    Replies

    5
  • 9/28/17
    ACS AEM Commons OSGI Bundle and Component Disabler config allows to shut-down OSGI Components and Services by configuration. This feature allows OSGI Bundles and Components to be disabled as part of application configuration and these can be well managed for different environments using run modes co...

    Views

    3.8K

    Likes

    0

    Replies

    2