Hi,Thanks for your reply !I have resolved the issue with below codeConfigurationManager cfMgr = resourcePage.getContentResource().getResourceResolver().adaptTo(ConfigurationManager.class);
Hi Team,I am using below code to get cloudconfig but configurationmanager is null here..any help ?cloudConfig = pageProperties.getInherited("cq:cloudserviceconfigs", new String[0]); final Configuration configuration = configurationManager.getConfiguration("salesforce-demo", cloudConfig); log.i...
Hi Team,I am getting the below error while trying to install core bundle. please let me know if you have any idea on thisFailed to execute goal org.apache.sling:maven-sling-plugin:2.2.0:install (install-bundle) on project aem-guides-wknd.core: Installation on http://localhost:4502/system/console fai...
Hi Arun,Thanks for your reply !Component values are stored under editable template :/conf/AEMLearning64/settings/wcm/templates/testing-template/structure/jcr:content/root/navigationI am getting a null value in contentPolicy object if i try to pass resource or currentPage.getContentResourceRegards,Sa...
Hi All,I would like to get a component dialog value from editable template ..how to get it? Component : /conf/AEMLearning64/settings/wcm/templates/testing-template/structure/jcr:content/root/navigationBelow code : ContentPolicyManager contentPolicyManager = getResourceResolver().adaptTo(ContentPoli...
The issue occurs when I'm adding extra drop-down in the dialog fieldset. /apps/MySite/components/HelloWorld/dialog.overlay.infinity.json - showing as an array instead of JSONThe problem appears because the snippet variable is not an object but an array.This type of response is not handled by the wi...
Hi,Please let me know the best way to disable or stop the scheduler in aem? is there any default expression is available or we need to go for custom implementation ? like scheduler.enbaled = false?