can u share how you are including your component ? Because it refreshes the inter frame and i doubt you are doing parent reloading .you can force refresh by adding below script of category cq.authoring.dialog(function ($, $document) { "use strict"; $document.on("dialog-success", function() {windo...
hi ,The suggestions below can be related to other types of errors:It usually fails when some of the nodes cannot be added to the package. It might also be the case of the permissions to nodes however if you work on the clear instance then I assume you are using admin creds. You can also check if any...
please enable the minify option and then I'd suggest looking at the log file. Sometimes this can happen if there is a syntax error in your JavaScript which is caught by the minimizer.
hiYou can use the node iterator or can be refactored using Sling API or third method is slingquery .The Sling and AEM API both do the same thing with far less code and without any exceptions.The AEM API has the added benefit that the developer doesn’t need to know about the inner structure of what a...
\Marketo embedded forms used to provide prefill options but i think now they not providing the same .So, to get the prefill values you can either use cookies or you can go through this link also AEM - Marketo Connector | Grazitti Interactive thnz
Hi For reference you can use the below code rootPage = getCurrentPage().getAbsoluteParent(2); if (rootPage == null) { rootPage = getCurrentPage(); } Iterator<Page> childPages = rootPage.listChildren(new PageFilter(getRequest())); while (childPages.hasNext()) {...
you have to set the allowProxy property on clientlib-base to true....then you can request /etc.clientlibs/initialyzer/clientlibs/clientlib-base.jsand i hope you are taking care of this point tooMake sure to use a relative path in place of absolute paths.
Hi Below are the links The Dispatcher Security Checklist Security Checklist https://www.adobe.com/content/dam/acom/en/security/pdfs/adobe-aem-managed-services-security.pdfThanks !!