rich text component, in dialog we need error message once the character limit is reached (Char limitation is 100)2 ) And for editor , the limitation should be visible as well as the number of characters entered as belowCan anyone help me on this?
Hi Team, I want to get the last modification date of my site in one of the component. But the thing is let suppose there are 50 pages in my site and if I am making any kind of change in any of the pages. I want to get that modification date. Like I want to get the modification date for whole site. S...
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...