A developer needs to make template T available as a child page of page P. The developer has determined that:Template T matches cq:allowedTemplates property on page P.Template T has no allowedPaths Property set.Template T is not in the same application as page P.The template of page P has no match on...
Hi everyone,We have an event handler to handle the replication event and are doing some processing based on that. And we have a scheduled job to republish a list of pages. Now we don't want to get that event handler triggered when the replication event occurs by this job.Is there a way to identify t...
An AEM application msut implement user testing using AEM Mocks.Which two service does the Class AemContext provide developers access to? (Choose two)A. SessionB. FlushAgentC. TagManagerD.WorkflowSessionE. ModelFactory
I created a component with a form. My intention is to be able to send the results of the data entered to the email, which is always written using a form. I'm trying with a servlet but it doesn't seem to detect it either
I am working on an AEM project where a 3rd-party API returns a large JSON response containing n number of objects. On a single page, I have 4 different components that need to display data derived from specific parts of this JSON response.To optimize performance, I want to avoid making 4 separate AP...
I've been manually inputting values for submissions. I would like to create a template to use Create from CSV. There's a lot of fields and I'm not sure how the column headers are set up. Is there any way to get a csv export of outgoing submission to see what the headers and values look like?
I am encountering a strange issue in AEM. We have multiple projects (representing different domains) on a single instance, each with its own separate codebase.The problem is that the references for an asset are updated correctly when the page belongs to a particular project (lets say A). However, if...
Hi All,I'm working on a component where I need to populate the two dropdowns dynamically in dialog box. The second dropdown will change depending on the option selected in first field. Consider below structure under /content/dam/org/vehicles:--bike --b1 --b1 --b1--car --c1 --c2--...
I have one requirement where i was creating a new test-sitemap.xml and also we are having an existing main sitemap.xml file. I need to linkup the newly created test-sitemap.xml with the existing sitemap.xml. I enabled the sitemap.xml url in robots.txt file as well. I able to see the test-sitemap.xml...
In this form I have text inputs and an email field. The intention is to send the results of these fields to the email written in the form when you press the send button.