After installing a WKND bundle. the sites shows the blank page. and when I open the page with View as Published it gives me an error. org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.scripting.ScriptEvaluationException: data-sly-set: None of the registered plu...
Hi All, I want to use the SlingHttpServletRequest request object in another sling model. For ex.- @Getter@Model(adaptables = {Resource.class,SlingHttpServletRequest.class}, adapters = Header.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class Header{ @SlingObje...
Use Case:I'm trying to implement bootstrap like row's and columns where the rows component can have column components as childs. The column component dialog should be able to have dynamic width sizes set by the author (25%, 33%, 50%). Problem: In order for me to dynamically set the column width's I ...
Hello All,As part of upgrade from AEM 6.2 to AEM 6.5, I am looking to find a correct way to extend the AbstractSocialComponentFactory This is an example - https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-extension/blob/master/bundles/aem-scf-extensions/src/main/java/com/adobe/aem/s...
Hi,In one of our pages we have used sling:resourceType="granite/ui/components/coral/foundation/mode/switcher" so we have a page with multiple tabs and each tab has a separate actions in the action barE.gFig 1 (Tab 1 selected) Fig 2 (Tab 5 selected action bar has different options) Issue: If we ma...
AEM Version: 6.4.8.2 While using responsive grid, I'm able to hide components going from desktop to mobile/tablet however I can't hide components going from mobile to desktop. Instead what happens is the entire components disappears across all breakpoints when I hide it in desktop. Steps to reproduc...
Core Components installed v. 2.16.0https://github.com/adobe/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.16.0AEM 6.4.8.3Follow this article on how to use PDFs in AEM with the PDF Viewer Component integrated with the PDF Embed API.What I’ve done so far:Installed Core components ...
Hi all, Here in our organization we are trying to use CF to expose content from AEM. As we roughly knows the scope of consuming parties and specific CF entities they need, instead of modeling one CF model for each every type of entity, we are considering to do one common model which contains the sup...
Hi all, From the warning below we understand we need to create our own contexthub configurations.My question is how to best do it?By copying nodes from under /libs/settings/cloudsettings/legacy/contexthub to /conf/[myproject]/settings/cloudsettings/[myfolder]/contexthub?