Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 6/29/21
    We are in SPA with React implementation. We have product and category pages in our site which are being rendered dynamically. Hence, in AEM we just have one page for rendering category or product.So, the actual page URL is  /en/category/categoryName but, using rewrites I have mapped it to /en/catego...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 6/29/21
    Dear All, I have below requirement to redirect my website to home pages and these home pages should be authorable for AEM cloud For Example,I have one site called www.sunita.com/en...So my requirement is if I will hit www.sunita.com/en then it will redirect to www.sunita.com/home.htmland next day wh...

    Views

    3.8K

    Likes

    0

    Replies

    6
  • 6/29/21
    Hi everyone, First time questioning here.I have a select in a page template and I want to change the predefined value depending on the parent page when used this template to create a page.To do this I was thinking to use JavaScript but don't know how to include it.My dialog is in this path:src/main/...

    Views

    2.2K

    Likes

    0

    Replies

    5
  • 6/29/21
    Hi,is there any limit that tells how many pages can be placed as a direct child of the parent? Our client wants to put more than a thousand pages under the same parent. I feel like it is not a good idea but I can't find anything in docs which can confirm this. Do you have any thoughts on this based ...

    Views

    882

    Likes

    0

    Replies

    3
  • 6/29/21
    Hello Team,Let me try to explain our problem, We have a large number of pages (around 200+ pages) and these are all structured pages with some data points. We have an end-user landing page, this page has a couple of filters to filter the results.As of now we're processing all pages data on an ajax c...

    Views

    4.3K

    Like

    1

    Replies

    11
  • 6/29/21
    I have a requirement to create a custom MCP tool. I followed https://adobe-consulting-services.github.io/acs-aem-commons/features/mcp/subpages/process-definition.html, But the process factory componennt doesn't come upi if i am using Felix annotation and it goes into failed activation state when i u...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 6/29/21
    Hi All,  on high volume of activation tree replication agents stuck or going in block with high consumptions of machine resources. This lead to a restart of the AEM instances. To avoid this could be useful to enable "Batch Mode" on the replication agents?  Or as alternative upgrade the architecture ...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 6/29/21
    Hi Team, Issue -1. Usage of org.apache.sling.api.resource.ResourceResolver as a field is not thread safe.2. Usage of javax.jcr.Session as a field is not thread safe.3. ResourceResolver, Session should be closed in finally block. Critical in SonarQube through CloudManager. What is the workaround for ...

    Views

    3.9K

    Likes

    0

    Replies

    1
  • 6/29/21
    Could anyone help me understand why we are getting a system unavailable message while trying to access the prod author instance. Is this adobe maintenance? 

    Views

    656

    Likes

    0

    Replies

    1
  • 6/29/21
    Hey CommunityI have wriiten this basic code to get cq:tags property of current pagepublic Void activate throws exception{rootpage=getCurrentPage;Resource res = getResourceResolver.getResource(rootpage.getPath()+"/jcr:content/");         ValueMap pageProperties = res .getValueMap();         tag= (Str...

    Views

    3.0K

    Likes

    0

    Replies

    18