In AEM , say we have two projects within Aem instance where there are two sling event handlers with the same replication action chosen as topic , how would one ensure that both run and don't overlap/override and can coexist for the two projects ? I could think of filtering by path for the two projec...
I have a requirement where I can take time-stamp as input in page properties for scheduled_activation/deactivation. Not able to pass the time-stamp date taken from user to scheduled_activation workflow. I am able to hit it by wfsession.getModel(""). If anyone can guide me for how I can pass this tim...
I am trying to create a button in AEM page (custom page not aem admin console's), As a BE I wanted to leverage AEM coral-button component to get same look and feel. I have tried using clientlibs embed option like below. though I see coral js and css loading in page source. My button still looking wi...
Hi, We are storing some sensitive user information in the HTTPSession, and we would like to clear them when the login token expires. We implemented AuthenticationHandler, and used its dropCredentials() method to invalidate the HTTPSession. But this only works when user clicks logout button explicit...
Hi @All,I have a requirement that i need to have tag title from /etc/tags/... i am using Tag tag = resourceResolver.adaptTo(Tag.class);String localeTitleTags = tag.getTitle(pageLocale);but String localeTitleTags = tag.getTitle(pageLocale); is returning NULLLocale pageLocale = currentPage.getLanguage...
Hi community, in aem 6.5, how can i customize bold <b> tag into <strong>?i have tried with:<htmlRules jcr:primaryType="nt:unstructured"> <docType jcr:primaryType="nt:unstructured"> <typeConfig jcr:primaryType="nt:unstructured"> <semanticMarkupMap jcr:primaryType="nt:unstructured...
I am looking if anyone worked on overlaying/customizing the AEM asset search implementation. I just want to consume its functionality to get the results by sending the search word. Any pointers would be appreciated. Thanks,Kiran Vedantam.
Our team has recently being tasked to move over from Eclipse to Intellij utilising Bitbucket for Repo. Intellij and Bitbucket is working well, but the Intellij and AEM local does not seem to work yet. Any suggestions on Plugins, most of the plugins in the tutorials we found seems to not be availabl...
We have upgraded the AEM 6.5 instance from SP5 to SP9, We are facing the rollout issue, I have observed the network tab in which we are getting /bin/asynccommand has 500 error. we have observed the logs and found the this error "com.adobe.ams.environment.indicator.wcm.impl.AemEnvironmentIndicatorFil...
We have 7 AEM cloud envs, e.g. dev = https://author-p29234-f121051.adobeaemcloud.com/uat = https://author-p23425-e098098.adobeaemcloud.com/prod = https://author-p29345-f121058.adobeaemcloud.com/ etc. The problem is, it's impossible to remember these, or know which env you are on.You might think you ...