Hi All, We have an internal tool to update content fragment using Asset API. We found that jcr:lastModified and jcr:lastModifiedBy information is not updating while making updates to content fragment using AEM asset api. We tried to add modifiedBy & modified properties in request body but no luck. C...
Hi, We're implementing AEM React SPA in our project. Page is loading fine in the author but not in the publisher. Page is empty and this is due to en.model.json not at all being fetched and failing with 404 status. cq:pagemodel_root_url attribute is populated with the right model json value in publ...
We're wanting to put a floating quick/safe exit button on some pages so if the user clicks on them, it'll take them out of our site to a completely different one. Has anyone done one before?
Hello All, Any thoughts on how can we call a servlet based on the asset path, say /content/dam/cms/assetpath. If I want to load a servlet if we hit any asset under this path. Thanks,Sateesh K.
Hi Team,Our project is Remote SPA, the AEM page data is exposed by jackson exporter like content/my-site/us/en/sample-page.model.json. Each component is implemented by jackson exporter.So I have a requirement of write each page.model.json request coming to AEM should be logged into logs/request.log....
Hey I'm new to AEM, I am learning about Resource and ResourceResolver. So, I encounter with different codes from different websites while I'm learning.So some are using @SlingObjectprivate ResourceResolver resourceResolver; and we can also get the object of ResourceResolver by using resourceResolve...
I hv requirements like using the same template I need to create one page but the page should not contain some buttons which are coming from the template.Please help
I am trying to create a unit test that checks whether `session.save();` has been called, in my service implementation below: TagManagerServiceImpl.java@component(service = TagManagerService.class, immediate = true) public class TagManagerServiceImpl implements TagManagerService { private static ...
We are trying to utilize the JAVA libraries presented by Google's Enterprise reCAPTCHA library, but we keep getting errors while trying to use a 3rd party library...<dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-recaptchaenterprise</artifactId> <version>3.18.0</ve...