I need some help in including a component inside another component.This is the scenario:1. I have a page-hero component2. I have a request info componentNow I want to add this request-info component in the exact middle of page-hero.Can anyone please help me out with the steps that I have to follow i...
I can't create a new Generic list in AEM tools. now, How to create a new generic list in form of dropdown in search box? I tried the below ways. 1. 2. 3. 4. 5.
Hi All, I have a requirement to clear dispatcher cache programmatically in AEM as cloud service. What is the best way of doing that? Thanks, Akhila @arunpatidar @ShaileshBassi @SantoshSai
Hi Everyone, I'm trying to bulk process the video assets on my server using the Dynamic Media Encode Video workflow. However even after 6 hours of the workflow being triggered the status was start. Had to explicitly Terminate the workflow. When I'm trying to manually trigger the Dynamic Media E...
Hi AEM Community, The issue with symlinks has been frequently raised and discussed. Blog Reference - https://medium.com/tech-learnings/aem-dispatcher-configurations-symlinks-8f52f554ffa5 I would like to discuss my use case as well - 1. I created symlinks on my windows machine using "mklink sr...
Hi Team, My site is headless CMS (export AEM component dialog data as JSON), We use Jackson Exporter in Sling Models to export data as JSON.Problem here is, We have RTE fields across our site. In JSON output for RTE field contains unicode characters for special symbols like <, >, space and etc.,....
Hi everyone, Is there any possibility that we can call a servlet from another servlet after receiving the response from the first servlet. Note: Both the servlets are of POST method and both are of Path based servlets. Please provide your inputs on this. Regards, Sravani
I have following code smell in sonar code quality, The component /apps/core/wcm/components/form/container/v1/container extends the legacy foundation component wcm/foundation/components/responsivegrid.The component /apps/core/wcm/components/form/container/v1/container/new extends the legacy foundatio...
Hi All, Can Anyone Provide me a working Solution for below : I need to forward servlet request from Servlet 1 to Servlet 2. RequestDispatcher rd = request.getRequestDispatcher("/com/testform");rd.forward(request, respo); where "/com/testform" is my Servlet 2 Sling Path.It's not able to forward...