Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/5/19
    Hi all,I wanted to ask about how to prepare for the Certification Exam of the new AEM exam: where can I find some useful information about the required knowledge?I have been practicing the AEM assessment, but I think this is not enough as there is no code exercises or similar. Thanks in advance.Rega...

    Views

    4.9K

    Likes

    0

    Replies

    2
  • 12/5/19
    Hi AEM Devs,I am working on an extension for AEM where I need to modify the content of editables.I can fetch list of editables using Granite APIvar editablesArray = Granite.author.editables;var editable = editablesArray[0];Is there any API on editable which allows to fetch content of editable other ...

    Views

    522

    Likes

    0

    Replies

    0
  • 12/5/19
    Hi,I am using  the below coral pathfield ,please let me know how  could i set the value of pathfield using javascript for multiples values .Which must show cross (X) for each value in the UI.I have the below sample dam path arrayCurrent behavior on UIvar pathArray=["/content/dam/path1","/content/dam...

    Views

    2.3K

    Likes

    0

    Replies

    1
  • 12/5/19
    Hi All,I have used delegate pattern to extend list core component in my component sling model. @Self @Via(type = ResourceSuperType.class)    private List list;Collection<ListItem> listItems = list.getListItems();When i use this pattern, i could not retrieve getter methods from model class in  junit...

    Views

    1.4K

    Likes

    0

    Replies

    1
  • 12/5/19
    Hello everyone, I am using the last archetype from https://github.com/adobe/aem-project-archetype It´s working properly but I want to create some ReactJS components using TS and scss from scratch, that's my main goal.How do you install ReactJS under the ui.frontend folder without getting errors?I am...

    Views

    3.7K

    Likes

    2

    Replies

    5
  • 12/5/19
    I noticed that you can add a thumbnail image for the folders in AEM Assets. As in the picture. Do you know if it's possible to add that button to other assets files, such as zip-files and mp4 files?

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 12/5/19
    Hi,I am trying to integrate Microsoft SQL DB with AEM. I have downloaded the Microsoft JDBC driver 7.2.2 and converted it to OSGI Bundle. I have also configured the JDBC connection pool. Now when am trying to connect to DB via a servlet  am getting the below error. I have tried with different JDBC v...

    Views

    1.9K

    Likes

    0

    Replies

    1
  • 12/5/19
    As our site is in multiple countries and in multiple language so to implement this. i'm referencing the the we.retail site.created a languge master page and page with name en and another page withj name home under it. now i have created a page with name us and under it  i made live copy with name en...

    Views

    2.1K

    Likes

    0

    Replies

    1
  • 12/4/19
    I have a custom multifield in page properties which is saving values as json. I am working on AEM 6.3. I am able to add the values in dialog , and on save, it is getting saved as expected in crx/de and reflects on page properly. But next time when I open the dialog, the values are not getting popula...

    Views

    654

    Likes

    0

    Replies

    1
  • 12/4/19
    I migrated my aem instance from 6.3 to 6.5 and the model got migrated and are working well. But the workflow with scripts are not working because it is not able to pick up the script from the location (checked both before/after migrating scripts to new locations it was through same error). The OOTB ...

    Views

    1.4K

    Likes

    0

    Replies

    1