Expand my Community achievements bar.

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

  • 3/8/23
    When I'm trying, the tags are getting trained successfully but it is not automatically applying tags to the relevant assets. Also, whenever I'm uploading new assets the tags are not getting assigned automatically.   I'm following all the steps mentioned here, but it's not working: https://experience...

    Views

    866

    Likes

    0

    Replies

    7
  • 3/8/23
    SAML Authentication configured by following this guide: https://wttech.blog/blog/2019/how-to-setup-aem-publish-saml-authentication-using-okta   and after logging in IDP the POST request to configured URL returns unauthorized 403. http://aem-publish-host/content/......./login.html   Dispatcher has a ...

    Views

    594

    Likes

    0

    Replies

    4
  • 3/7/23
    We want to add react components which should be authorable in a normal AEM page. We created a project structure where we have both AEM HTL components and React spa components. We can add the react spa components in the spa page and we can add AEM HTL components in the normal AEM page but we are not ...

    Views

    1.2K

    Likes

    0

    Replies

    6
    SPA
  • 3/7/23
    Hi all,   I find the template console empty, the folders are not visible. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/editable-templates-not-displayed/td-p/368844 I referred to the above link, is there any other way to get this fixed? Thanks!

    Views

    383

    Likes

    0

    Replies

    3
  • 3/7/23
    Hi, I was working with workflow and trying creating a few other users using the "useradmin". So, for this exercise - I create another user with name "user1" as login ID and with name - "User 1" but then I wanted to login as the new user so I signed out from the "admin" and then just after that when ...

    Views

    991

    Likes

    0

    Replies

    6
  • 3/7/23
    [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='com.travel:travel.ui.apps:0.0.1-SNAPSHOT'}' and 'Vertex{label='com.travel:travel.core:0.0.1-SNAPSHOT'}' introduces to cycle in the graph com.travel:travel.core:0.0.1-SNAPSHOT --> com.travel:travel.all:0.0.1...

    Views

    3.7K

    Likes

    0

    Replies

    1
  • 3/7/23
    How to fetch list of components configured on current page? I tried  ComponentManager componentManager = resourceResolver.adaptTo(ComponentManager.class);Collection<com.day.cq.wcm.api.components.Component> components = componentManager.getComponents();for (com.day.cq.wcm.api.components.Component com...

    Views

    513

    Likes

    0

    Replies

    4
  • 3/7/23
    Hi all, I am trying to create component with inner container. it add additional decorative div for container and inner component added in container. it breaks the expected output. anyone help me to remove the 2 decorative tags created for inner container and inner component.   code: Output:    

    Views

    319

    Likes

    0

    Replies

    3
  • 3/7/23
    Hi all i have try to create HTM component with 2 parsys. But it gives output of only one parsys. anyone give solution to use 2 parsys in one component.  

    Views

    454

    Likes

    0

    Replies

    2
  • 3/7/23
    Hi All,   I have a custom hero component, which is extended from Image/v3 core component. The sling model is written using Sling Delegation pattern. I have overridden getSrc() and getAlt() methods in my sling model.  How do we write Junit test case for these methods specifically ? Are these methods ...

    Views

    614

    Likes

    0

    Replies

    4