Expand my Community achievements bar.

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

  • 12/13/23
    Hi,i created a component  X, X resource super type is  "tabs"  core componentin my X component  dialog  we created few tabs and fields like item,properties, accesblitybut if you see in image first items tab is coming from superType , this is happening in  one of the environemntin remaining other env...

    Views

    693

    Likes

    0

    Replies

    9
  • 12/13/23
    We have the AMS OOB farm file with below dispatcher configuration And our custom project farm file with below configuration It is commented and not used. I have a requirement to ignore "imWidth" query parameter from the url's , so that images are cached at Akamai and not hitting dispatcher. Currentl...

    Views

    736

    Likes

    0

    Replies

    3
  • 12/13/23
    We have Next Generation Dynamic Media set up, so we can select and use remote images for any of components that may contain an image. I'm trying to figure out how I can get the width and height of this image if it is remote. I know how to do it with local images by checking the renditions, but I'm n...

    Views

    271

    Likes

    0

    Replies

    1
  • 12/13/23
    Hi,On clicking  "Export Metadata" button in the menu after selecting a sample folder in assets. Iam taken to the "Export Details" page, click on the "export" button after configuring the report. i do get a pop-up saying "Your Metadata bulk export task has been initiated. you will be notified on succ...

    Views

    466

    Likes

    0

    Replies

    1
  • 12/13/23
    We have custom logic which produces rss output.We're having an issue where a particular tag in the rss output: <link> - is rendering the opening <link> tag as if it's a self closing tag (which makes the rss invalid):<link/>https://example/article.html</link>instead of:<link>https://example/article.h...

    Views

    411

    Likes

    0

    Replies

    1
  • 12/13/23
    How to handle this scenerio with different ways:- Approval workflow for sending the inbox notification to a_reviewer, and check if the reviewer does not approve it within 2 hours send the notification to a_escalation. If anyone approves it should write approvedBy - a_review or b_escalation.

    Views

    309

    Likes

    0

    Replies

    1
  • 12/13/23
    I am working on AEM with remote SPA. The rendering of the view is done at the react side and authoring is done at AEM.  Which ever react component that needs to be authored are mapped to AEM component and working fine. I have requirement to create experience fragment in AEM and should be rendered th...

    Views

    513

    Likes

    0

    Replies

    1
  • 12/13/23
    I referred below Community posts where its highlighted that "AEM 6.5 onwards, if you activate an XF, the page referencing the XF will be flushed from the dispatcher". Can anybody point me to the Official Adobe documentation to support this. Also If anyone has tried this theory, Please update me any ...

    Views

    554

    Likes

    0

    Replies

    1
  • 12/12/23
    Hi all,Good Afternoon,I was doing setup of AEM Cloud Service Project. In this my FE build (npm run dev) is working and able to see the changes in site.css file as well. But AEMFED is not deploying the changes on the server giving error as:Deploying to [localhost:4502] in 47 ms at 2023-12-13T06:48:22...

    Views

    510

    Likes

    0

    Replies

    2
  • 12/12/23
    I tried writing a scheduler job using the Job class but somehow it won't execute. It keeps throwing null as an exception. This is what I'm getting in logs :This is the code that I've written :package com.mysite.core.schedulers; import java.io.Serializable; import java.util.HashMap; import java.util...

    Views

    384

    Likes

    0

    Replies

    2