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/13/22
    Hi Team, We are getting below errors in few of our pages but pages are functioning properly. This errors are coming for 6.5 upgraded instances only in few pages. rest of the pages are looking neat in console.As it is OOTB errors, not sure what to do. 

    Views

    962

    Likes

    0

    Replies

    3
  • 4/13/22
    Hi,Is there a way to generate smart crops for a video asset thumbnail? We have several places where thumbnails are displayed and need different croppings for them. We plan to import the video information together with the 4k thumbnail from an external system.

    Views

    933

    Likes

    0

    Replies

    3
  • 4/13/22
    I'm following the code here: https://github.com/schoudry/eaem-extensions/tree/master/eaem-65-extensions/eaem-sites-spa-dm-video-containerto create a React component that extends AEM Container core component so that I can get an ID that is set in the container dialog into the React component as a pro...

    Views

    2.6K

    Likes

    0

    Replies

    5
  • 4/13/22
    Iteration for all the child nodes is don and I'm trying to get a specific node name and return the property value of that node.while (children.hasNext()) { Page node = children.next();Iterator<Page> child2 = node.listChildren(new PageFilter(request));Page node2 = children2.next();while (children2....

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 4/13/22
    Not able to search arabic or other language fulltext using out of box search component- foundation/components/searchAny code change to do in search.jsp to make it work with all languages?

    Views

    650

    Likes

    0

    Replies

    1
  • 4/13/22
    Hi All,We have reverse replication in our system and now while migrating to AEM cloud, what it the best approach to replace the reverse replication?

    Views

    2.2K

    Likes

    0

    Replies

    2
  • 4/13/22
    Hi, I'm trying to understand how dispatcher works, I don't know if someone can help me with this specific question. For example, I have a farm, in this farm I can set /filter for my author instance. If, for example, I deny my filter all pages ending in .html, then, from my author, I could not access...

    Views

    726

    Likes

    0

    Replies

    2
  • 4/13/22
    Can we create different exporters for different content fragment models, just the same way we would create for different components.meaning a content fragment model (article) would export only 2 fields when its put on a page (and accessed via page.model.json)and another content fragment model (eg ba...

    Views

    902

    Likes

    0

    Replies

    4
  • 4/13/22
    Hi, I have created a custom workflow to publish a page under /conf directory. I need to use this workflow in manage publication. Is it correct to add custom workflow which is in /conf folder? bcz I was getting this error in console when I added my workflow"Cannot create workflow model from node: /co...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 4/13/22
    Hi, I'm trying to display only a specific page which is under child[0] for a specific set of pages. The pages iterated through other pages will remain the same.Eg :A           a           b           c    B           d           e            fC           g            h             iThis is what the ...

    Views

    1.5K

    Likes

    0

    Replies

    8