Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 2/12/25
    Hi everyone! Discover a goldmine of AEM insights at Adobe Summit 2025 with our comprehensive guide to all AEM sessions and labs. Whether you're a seasoned user or exploring Adobe Experience Manager, this post is your key to navigating the summit's content. Search No More: Looking for specific AEM s...

    Views

    1.8K

    Likes

    14

    Replies

    6
  • 2/11/16
    Hi, the sidekick in my environment does not load. It's not that it's just empty, but it shows the loading circle and doesn't load any of the mode buttons or anything. Can anyone advise on how to fix this? I believe this is an issue with the sidekick.js file. Is there a way to replace it with a facto...

    Views

    916

    Likes

    0

    Replies

    2
  • 2/11/16
    After installing AEM-6.1-Service-Pack-1 I can't reach several sites within AEM, (even the main page at http://localhost:4502/projects.html). I get the error listed below, informing me that there are issues in  /libs/cq/experiencelog/components/head/head.jsp. This is listed as a "Known issue", and th...

    Views

    8.8K

    Likes

    2

    Replies

    26
  • 2/10/16
    I have urls like this: "/content/uc/news/search-results.html?submitted=submitted&topics=topics:collegeBound" that are displaying as non-existant by the link checker. The search-results page does exist, and linking to that alone does just fine. I'd prefer not to have to disable to the linkchecker for...

    Views

    5.0K

    Likes

    0

    Replies

    2
  • 2/10/16
    Hi, I am working on a form where on submit, I have to send an email using email template. I am writing this custom action since I have to write some more business logic further (Like attaching a doc, reading an XML etc). But I am stuck in this basic code just to send the mail first.          Map<Str...

    Views

    3.6K

    Likes

    0

    Replies

    6
  • 2/10/16
    Hi,I've a dialog selection box. What I need to check if the default value I've provided using  the property defaultValue and value I'll get from the selection box are equal or not!So, to get selected value, we can get like this : function(dialog){ var selection = dialog.getField("<property name>"); ...

    Views

    10.5K

    Likes

    0

    Replies

    2
  • 2/9/16
    Hi,I've created a drop down selection field in dialog and provided it some default value with property key defaultValue and assigned some value it which is getting displayed when I open the dialog box. What I want is to display some default text with the default value in interger format. Requirement...

    Views

    4.2K

    Likes

    0

    Replies

    3
  • 2/9/16
    We have a requirement to restrict file uploads in DAM by a maximum file size and white list of valid file types. I cannot find any Adobe documentation regarding this subject. Is there a configuration that can control these parameters? If not, what would need to be done to restrict DAM uploads by the...

    Views

    6.6K

    Likes

    0

    Replies

    10
  • 2/9/16
    I've added the following dependencies to my pom file            <dependency>                <groupId>com.fasterxml.jackson.core</groupId>                <artifactId>jackson-core</artifactId>                <version>2.6.5</version>            </dependency>            <dependency>                <grou...

    Views

    19.9K

    Like

    1

    Replies

    16
  • 2/9/16
    I see much use of attaching to the "dialog-ready" event when adding custom javascript in a dialog.This is fine and dandy when the dialog appears in modal form. When you click the edit button on a component when on a smaller breakpoint, the browser loads that particular dialog with a page refresh and...

    Views

    1.8K

    Like

    1

    Replies

    1
  • 2/6/16
    Hi Team,We tried setting up the favicon with    <link rel="apple-touch-icon" sizes="57x57" href="https://forums.adobe.com/etc/designs/my-project/images/apple-touch-icon-57x57.png"/>    <link rel="apple-touch-icon" sizes="60x60" href="https://forums.adobe.com/etc/designs/my-project/images/apple-touch...

    Views

    3.5K

    Likes

    0

    Replies

    11