Hi I having an issue on the sling date:<sly data-sly-test.startingDate="${'dd-MMM-yyyy' @ i18n, format=pnp.firstDayOfYear, locale=countryPage.languageCode, type='date'}"></sly>the firstDayOfYear value comes from Java method: public Calendar getFirstDayOfYear(){ Calendar c = Calendar.getIn...
I am working on a new AEM site, as part of the architecture I want to perform authorization checks for my user, e.g. if user is allowed to click on a CTA etc, is user allowed to read dynamic field value etc. My users will be coming from an external CIAM/IDP provider. Does AEM provide any documentati...
HI,on Adobe Aem Author in a java class that implements AuthenticationHandler, AuthenticationFeedbackHandler I have the following method: public boolean authenticationSucceeded(HttpServletRequest request, HttpServletResponse response, AuthenticationInfo authInfo) {…} How can I obtain the email addres...
Hi experts, Smart tags is automatically enabled in AEMaaCS. May i know how to disable it through OSGI Config or through code ? I know it can be done at the each assets folder using Asset Processing tab. Is there any OSGI feature flag for it ?
Hi I am trying to setup an email function servlet on AEM, it grabs nodes info in AEM and save them is a excel file. The servlet works fine on local, but somehow it's not working on live environment, here's my code: package com.fidelity.cms.aem.reports; import java.io.ByteArrayOutputStream; import j...
Hi Everyone,I'm trying to add the page path with ID in a list component using fixed list but after saving the change, the link is getting removed from the list. Example :- if I authored /content/site/country/language/pagename#dummyit is getting removed I know that the core component’s list model cla...
I have a form with two master pages, the first has a header, content and footer and the second has a header and content part (the header is different from the first page). This footer must only appear on the first page, without repeating on the others and be able to break the page in case of very lo...
I am trying to follow the AEM Brightcove Connector installation guide to set-up my AEM instance with Brightcove connector.Please note I am trying this setup on my ocal vanilla AEM 6.5 instance containing aem-service-pkg-6.5.18.0.zip. Issues/Conflicts:Installation guide for On-Premises mentions to in...
Hi All, I am getting this error for Stringutils method while debugging junit. Am i missing anything? ava.lang.NoSuchMethodError: 'boolean org.apache.commons.lang3.StringUtils.isNoneBlank(java.lang.CharSequence[])'
Hi Everyone,I'm working on AEM 6.5 and faced below issue, and thanks for the help in advance.So here is the situation:Let's assume there is an author A who has authored a page and locked it. I am an author B who is impersonated as admin. Now I'm trying to edit a particular component on that page. Th...