Expand my Community achievements bar.

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

  • 7/30/22
    Hi All,   I have deployed my vhost file on AEM Cloud which is working fine for most part save the redirection rules. Snippet from vhost file -  <IfModule mod_rewrite.c>RewriteEngine On RewriteRule ^/$ /content/xyz/us/en/home-page.html [PT,L] RewriteRule    "^/content/xyz/us/en/home-page.html"  "/con...

    Views

    1.1K

    Likes

    2

    Replies

    2
  • 7/29/22
    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...

    Views

    7.2K

    Likes

    0

    Replies

    3
  • 7/29/22
    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.                    

    Views

    878

    Likes

    0

    Replies

    1
  • 7/29/22
    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 

    Views

    2.3K

    Likes

    0

    Replies

    4
  • 7/29/22
    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...

    Views

    375

    Likes

    0

    Replies

    1
  • 7/29/22
    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...

    Views

    3.9K

    Likes

    2

    Replies

    5
  • 7/29/22
    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.,....

    Views

    812

    Likes

    0

    Replies

    1
  • 7/29/22
    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    

    Views

    5.3K

    Likes

    0

    Replies

    2
  • 7/29/22
    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...

    Views

    849

    Likes

    0

    Replies

    3
  • 7/29/22
    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...

    Views

    747

    Likes

    0

    Replies

    5