Expand my Community achievements bar.

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

  • 2/27/24
    Hi I am trying to setup an email function servlet on AEM, it grabs nodes info in AEM and save them is a excel file. The servlet works fine on local, but somehow it's not working on live environment, here's my code: package com.fidelity.cms.aem.reports; import java.io.ByteArrayOutputStream; import j...

    Views

    111

    Likes

    0

    Replies

    2
  • 2/27/24
    Hi Everyone,I'm trying to add the page path with ID in a list component using fixed list but after saving the change, the link is getting removed from the list. Example :- if I authored /content/site/country/language/pagename#dummyit is getting removed I know that the core component’s list model cla...

    Views

    229

    Likes

    0

    Replies

    4
  • 2/27/24
    I have a form with two master pages, the first has a header, content and footer and the second has a header and content part (the header is different from the first page). This footer must only appear on the first page, without repeating on the others and be able to break the page in case of very lo...

    Views

    160

    Likes

    0

    Replies

    2
  • 2/27/24
    I am trying to follow the AEM Brightcove Connector installation guide to set-up my AEM instance with Brightcove connector.Please note I am trying this setup on my ocal vanilla AEM 6.5 instance containing aem-service-pkg-6.5.18.0.zip. Issues/Conflicts:Installation guide for On-Premises mentions to in...

    Views

    151

    Likes

    0

    Replies

    2
  • 2/27/24
    Hi All,  I am getting this error for Stringutils method while debugging junit. Am i missing anything? ava.lang.NoSuchMethodError: 'boolean org.apache.commons.lang3.StringUtils.isNoneBlank(java.lang.CharSequence[])'

    Views

    225

    Likes

    0

    Replies

    5
  • 2/27/24
    Hi Everyone,I'm working on AEM 6.5 and faced below issue, and thanks for the help in advance.So here is the situation:Let's assume there is an author A who has authored a page and locked it. I am an author B who is impersonated as admin. Now I'm trying to edit a particular component on that page. Th...

    Views

    202

    Likes

    0

    Replies

    3
  • 2/27/24
    I have the scenario that I have 2 sites site1.company.com and site2.company.com on AEM, both of them have protected pages (CUGs), and both of them are integrated with the same IDP using SAML Authentication Handler. SAML Authentication Handler is also set to handle logout.When a user logs in to one o...

    Views

    193

    Like

    1

    Replies

    4
  • 2/26/24
    I have a js file with a helper function however whenever i am trying to include it in my html , it breaks the page. <sly data-sly-use.helper="${'helper.js'}"></sly>. I have tried referencing it  data-sly-use.helper="helper.js" . 

    Views

    239

    Likes

    2

    Replies

    3
  • 2/26/24
    I have the following URL of an AEM page that I want to export as JSON, and I am able to retrieve the JSON correctly: http://localhost:4502/content/web-example/es/home/page-exporter.model.jsonHowever, how can I make it accessible for consumption by a third party, such as a React or Vue application? I...

    Views

    186

    Likes

    0

    Replies

    3
  • 2/26/24
    If I had a parent folder that has say 5 children pages.  If one of those children pages gets deleted but was never unpublished, would unpublishing the parent folder unpublish itself and all 5 children or only the 4 that remain leaving an orphaned child published?

    Views

    214

    Likes

    0

    Replies

    4