Hi,As the separation of pipeline is available for AEMaaCS to deploy dispatcher configuration, we're having scenarios where we need to make frequent changes to sling mapping and dispatcher config. So, deploying dispatcher config is quick instead of running full deployment. Is there any quick way to d...
Hi,I've been trying to find out way, do'-don't's of how the user/group permission can be synced with AEMaaCS? As I've read the official documentation, it shows via User Sync tool or uploading via CSV or connecting via active directory to sync users/groups. But, I didn't get the part how existing per...
Hi Team ,I have rebooted AEM publisher server and it is observed that all custom logs configuration are not picked by publisher process. All logs are diverted to stdout.log with INFO level and below logger configuration is added automatically with additivity to True.org.apache.sling.commons.log.CONS...
Hello eveyone I’m working with selectors and tags and I need to load the next page while keeping the tag. <li class="cmp-pressreleaselist__page_next"> <a data-sly-unwrap="${list.isLastResultPage}" href="${currentPage.path @ selectors=[list.currentResultYear,list.currentRes...
If I have created a site structure in AEM, further in any of my page how can I make use of sling models. For ex: I want to create a corporate website which makes use of various AEM components. Considering I have various pages named Home, About us, Contact what are the possible use cases of sling mod...
I have a Java model that populates my react component. The model can take an offset value to return the next 10 newest items which I am passing via a query param (?page=). Right now I am using ModelManager.getData to fetch the json with ?page=2 to return 10 new items. I have this working now by sett...
Hi All,I am trying to install an external jar to the local AEMacs instance through the POM file with fileVault-package-maven-plugin all pom file<plugin> <groupId>org.apache.jackrabbit</groupId> <artifactId>filevault-package-maven-plugin</artifactId> <extensions>true</extensions> <confi...
Hi,Requirement: To move an asset from one folder to another via API calls using postman. But not able to find move option in postman. How can this be achieved? Thanks in advance
Hi everyone,I'm new to Aem, I'm trying to extend the List component to be able to make it accept external URLs too, since until now I've noticed that it doesn't take external URLs. I thought of extending the List component by inserting a new Text tab where to insert a string to be printed. But I don...