Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 11/25/21
    For the below code I am unable to write the JUnit for @Postconstruct init() But for text JUNIT is working fine via JSON. Need help@inject private Page currentPage; @ValueMapValue Private String text; private String pageTitle; @PostConstruct protected void init() { if(!(currentPage.getName().eq...

    Views

    925

    Likes

    0

    Replies

    2
  • 11/25/21
    Hi All,Reordering button of coral multifield is not working, can anyone please guide me on this.TIA

    Views

    619

    Likes

    0

    Replies

    2
  • 11/24/21
    Hi All, Could some one guide me on how to use a web component  to extend AEM out of box responsive layout container. We have web components built using stenciljs and want to reuse Grid component to extend responsive container. You can refer to below link for Grid web component https://ionicframework...

    Views

    958

    Likes

    0

    Replies

    3
  • 11/24/21
    I tried to integrate SAML 2.0 Authentication with Azure AD as the IDP in AEM as Cloud Service, and it's getting stuck at the very last step and not redirecting to the SP (i.e., AEM Publish Instance)It's working fine for AEM 6.5.X versions, but not with the AEM as Cloud Service. Has anyone also faced...

    Views

    2.8K

    Likes

    0

    Replies

    8
  • 11/24/21
    We want to create a scheduler to refresh OATH tokens which various services use.if we set the scheduler's "concurrency" flag to true, does this mean that:scheduler runce on each cloud instance.scheduler runs on one instance, but concurrent with other (different) schedulersscheduler runs on one insta...

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 11/24/21
    Hi, I have added one component in experience fragment.....Now I want to make the page available in every page where page name is "Product" Now I am facing challenge in geting the page name in ModelImpl.class......Whenever I uses currentPage=resourceResolver.adaptTo(PageManager.class).getContainingPa...

    Views

    1.3K

    Likes

    0

    Replies

    6
  • 11/24/21
    Hi All, I am facing an issue while uploading an image to DAM folder. On Dev environment, new userid created with admin rights and kept in admin group, but still issue exists. Clearly it is access issue. Any steps which i might missed. Could you please help on this, do let me know if you need any det...

    Views

    3.8K

    Likes

    0

    Replies

    8
  • 11/24/21
    Hello Everyone, I was trying to create a sling servlet with doPut method override, please find code snippet below@SlingServlet(paths = {"/bin/mysite/ravi"}, methods = {HttpConstants.METHOD_GET, HttpConstants.METHOD_PUT}) public class MyServlet extends SlingAllMethodsServlet { @Override protected...

    Views

    2.0K

    Likes

    0

    Replies

    2
  • 11/24/21
    Hi All,                 How can we access child page properties multifield.In my project we have created multifield in the page  properties  and i wanted to access in the navigation component and display it. Kr,Sanjay

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 11/24/21
    Hello All, We have a use case where we need to display Most popular questions (top 5 FAQ pages list) on support page. Note:  List should be dynamically updated based on page visits.Background:  We have hundreds of FAQ Pages for the site and on the support home page, we wanted to list top 5 questions...

    Views

    882

    Likes

    0

    Replies

    2