Expand my Community achievements bar.

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

  • 1/20/22
    I have country and states name which should change as per country selection How to write the servlet (I dont have ValueMapDecorator in my aem).Country: States India- Himachal, UP,  UK, etcAustralia- Queensland, Tasmania etcUAE- Abu dhabi, Ajman, Dubai, etc Need help I am doing this for first time.

    Views

    1.8K

    Likes

    0

    Replies

    4
  • 1/20/22
    I have a requirement where in I need to use SlingHttpServletRequest in my workflow process step. Can we get SlingHttpServletRequest  from WorkflowSession? Also I have a resource object can I get SlingHttpServletRequest  from resource? Can some one please guide me?AEM 6.5 

    Views

    608

    Likes

    0

    Replies

    1
  • 1/20/22
    Hello there,I've been struggling with the workflow migration steps for a while now because nothing seems to work. As per my understanding, we must do the following:-1 - Ensure that the workflows exist in the older location i.e. inside '/etc'2 - Migrate these workflows one at a time by changing the u...

    Views

    1.5K

    Likes

    0

    Replies

    7
  • 1/20/22
    Hello, I am trying to create a store locator component. So I'm trying to add a google map API to my page. When I add the map it says the below error. Is it because of the free API key I'm using ? Is there any solution for this other than getting a billing api key ??

    Views

    1.1K

    Likes

    0

    Replies

    6
  • 1/20/22
    might be best explained with an example: - I have a user called called "no-page-delete"- this group has full access to manage content inside /content/my-site- But I want to remove their ability to delete pages.- I tried doing removing their delete page ability via ACL but removing one of the write p...

    Views

    457

    Likes

    0

    Replies

    1
  • 1/20/22
     Hello Community - I am loading the clientlib based on wcmmode. For some reason it is not working as expected. If I access the page in edit mode, it should load only the categoryA clientlib not categoryB but I could see categoryB is also loading when I check the network calls.is there any issue with...

    Views

    627

    Likes

    0

    Replies

    1
  • 1/20/22
    Hi there, found this post in the forum https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/adobe-experience-manager-reporting-on-user-s-last-login-date-aem/m-p/378880#M27248 but being new to aem i have a few questions, i put the java file in main\java\com\projectname\core\filte...

    Views

    848

    Likes

    0

    Replies

    3
  • 1/20/22
    I was looking into aem-core-wcm-components GitHub repo and noticed the different patterns for converting string to integer or boolean. Below is the code snippet from BreadcrumpImpl.java. @ScriptVariable private ValueMap properties; private boolean showHidden; private int startLevel; @PostConstruct...

    Views

    1.9K

    Likes

    0

    Replies

    4
  • 1/20/22
    Hi,I have created locator component for my project. I need to add some .css & .js styles to the locator component. So I have created Clientlib-locator(cq:ClientLibraryFolder) under /apps/myproject/clientlibs but the styles I have put in clientlib-locator is not adding into my webpage. Can someone ad...

    Views

    429

    Likes

    0

    Replies

    2
  • 1/19/22
    I have tried the following snippets for testing whether an 'OR' condition gets satisfied in sightly.<sly data-sly-test=" ${roottitle!='en'||roottitle!='es'}"> <sly data-sly-test=" ${roottitle!='en'||'es'}"> if this is success then there are a series of markup to be addedBoth statements result in bui...

    Views

    771

    Likes

    0

    Replies

    2