I tried create Tag[] using following code. String[] tagsFromParent = ["global:test1", "global:test2"]; Tag[] tagsFromParentTransformed = Arrays.stream(tagsFromParent).map(s -> tagManager.resolve(s)).toArray(Tag[]::new); I am getting following Tag[]. [null, null] Please s...
Good morning, What is the best way to install AEM Service Packs to AEM Author and Publish Instanced ?I have more publish instances.Is there any official documentation ? Searching on the web there are two different procedures: --- First procedure ---- Log in to the Author machine- Go to http://...
Hello, I am a beginner in AEM. at every step, I am stuck in terms. I want to know the clear path. and how the AEM is working in the backend. please guide me.....
Consider this scenario, I have a CTA component with style system having styles namely, system style A, style B, style CI have a teaser component, which includes the above CTA component through a data-sly-resource. Now, I have a requirement where I need to display only style A, style B for the CTA a...
We are migrating from On Premise to AEM Cloud. We noticed that while creating a Form fragment, we are not able to add custom AEM components to the Fragment. We can only add OOTB form components. Also the designs are getting stored under /libs/settings/wcm/designs/fd/af/default. We tried overriding t...
I've had issues with the last two updates on AEM as a Cloud Service. The pipelines and deployments have failed, and the instance needs to be deleted and recreated manually. The error says "Contact Adobe Support" although as this is a partner sandbox, support is limited. Just logging the error ...
I have a request-information component through which an user can submit his enquiry. When he submits the form, the thank-you page that I have created is shown to the user. Now the scenario is such that say the thank-you page has an url: abc.com/xyz/thank-you.html But I don't wan't anyone and every...
Hi All,i have written a multifield in if else statement now,I need to write JUnits for that Method (getMltifeildlist()) help me with the Testing code for this method
Hi All, I have requirement to display parent page properties in the child page which is 2 level up example:homepage->page1->page2 here i need to display properties of homepage in the page2 page anyone work on this requirement.
Is there any API to get all pages and assets whose ACLs are changed ? Or is there any ACL change log maintained on AEM side when we change permissions which we can access via API? We are using AEM on-premise as well as partner Sandbox environment. Hence we need this API for both. Could you please...