Hi All,While looking into how clientlib are rendered as script tags for JS clientlibs, I could narrow down the search to "/libs/granite/sightly/templates/ClientLibUseObject.java" file in which HtmlLibraryManger's writeIncludes methods have been used.But i was not able to find the implementation of ...
In AEM 6.2, I have created a multifield that populates the fields on the dialog based on the drop down selection. The listener javascript looks likeOn the dialog loadvar TITLE = './title',cMultiField = $dialog.find('coral-Multifield');$cAdd = cMultiField.find('.coral3-Button--secondary');Method on s...
Hi All,Currently we are converting all classic ui component to touch ui component.And we are serving JSON response for all authored content using custom json service.We have noticed one issue/observation with respect to content authored using RTE. When we try to get json response for RTE content we ...
Today, I am facing an issue which is very annoying.Issue: HTML page from content are not getting load properly and showing only a white page.All bundles are active and I have restarted the AEM as well, but still, I am getting blank page only even for OOTB pages[http://localhost:4502/content/we-retai...
Hi All,We have migrated to 6.3 and we are facing some issues with link checker. It is disabling some of the links in publish, while allowing some other, but both the links are from same domain only. We are getting following exception in logs,19.11.2018 13:59:42.865 *ERROR* [sling-default-2278-com.d...
Hi Team, For some of the pages, we don't want to load the foundation and granite scripts on the page. How we can exclude those libraries form loading on AEM pages. Any advice, pleaseThanksUma
Hi Experts,I am new to AEM, I am trying to create a wrapper class around an AEM servlets and this wrapper or service, and this will be called by external systems as same as rest service call. This wrapper will call servlet internally.Data flow:ExternalSystem >>>> Wrapper class or Service in AEM >> S...
Hi,I'm using AEM6.4 for this project and there's a scenario in the Workflow where on the particular condition I need to 'Go back to one of the previous workflow steps?'Say(refer image below): When the action fails on 'Step D' the control/workflow must be set again to 'Step A' and start again from th...
Hi,How can I convert an AEM asset into a byte[]?I'm using AEM 6.4 for this project and this is something that I'm doing currently. I checked in debug mode - the param values -'asset' & 'filename' received are good. However, 'asset.getRendition(fileName)' throw's Null Pointer Exception. ;/-Thanks In...