I used the latest archetype for the WKND component (version=35).This uses newer version of wcm.components.core (2.17.12), unlike my AEM instance which uses lower version of wcm.components.core (2.3.2).When, generating and installing with maven, there is an error for the api bundle: com.day.cq.wcm.ap...
Hi All, I'm trying to implement sling model caching in my project. I wanted to understand where the cached models are stored? Is there any specific dispatcher configuration required to implement sling model caching? Can we set a TTL for the cached models?
I need a quick help on restoring or rollout the deleted page in Live copy. The issue is, Author has deleted page in live copy and trying to rollout from master again but they can't see the option to rollout page again. Below is our MSM structure: Master: /content/mysite/global/en_fr/productsLive c...
Hi,i have a custom component that allows users to save custom html/css/js. The problem is that i cannot save any component having this string into a textfield or textarea: substr()Network response:If i remove substr() it can be saved. Is there some security checks done on strings when saving content...
We are trying to commit workflow model as part of codebase in ui.content package. We are able to deploy the code in /conf/global/settings/workflow/models/<project-name>/<wf-name>. Issue is when we try to add workflow runtime model in filter.xml (/var/workflow/models/<project-name>/<wf-name>), the bu...
Until Servicepack 6 for AEM 6.4 it was possible doing log in by call adress http(s)://<adress>/crx/de . With Service pack 8 and also in AEM 6.5 is it not possible anymore. The workaround is calling the system console. What is background for this change?
Hi Team,When i am trying to run "axeDev" tool for one of my page (which includes carousel, card component), i am getting test failure, please find below error which am getting & help me out"Aria attributes must conform to valid values"
Hi, Need expert advice on below issue in AEMaaCS(#aemaacs_onboarding) Netcentric AC Tool[1](<domain-port>/mnt/overlay/netcentric/actool/content/overview.html/actool): In Local cloud SDK, able to successfully create the groups and permissions using Netcentric tool plugin.But when deploying the same...
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.