Hi all,What are the typical use cases for running Groovy scripts in Adobe Experience Manager to manipulate content in the JCR, call OSGi services? Highly appreciate all your replies. Thanks,Rama.
On dispatcher URL- when we change language from the hamburger menu, then the page content is getting loaded according to the chosen language.But when we go back to previous language page by clicking on the browser back button, then the page content is not updated, only the URL gets updated. (no netw...
We have written a custom workflow process that’s supposed to resize an image and create a new rendition whenever an asset is uploaded under /content/dam/projects. The code executes without throwing any errors, but the resized image isn't getting created, and I don’t see any new rendition added. Here...
I have enabled ESI for a set of components, and they work fine when added to a page, however when I add the component within an experience fragment, it renders with the experience fragment instead of at edge side. To test this I put the component both within the experience fragment and on the page i...
I have configured my AEMaaCS build to support SSI for local and ESI for cloud servers. For the cloud servers this is working correctly, however I need to do developer testing of the code which means using SSI (which works on the cloud servers) I am using the latest AEMaaCS build of the dispatcher, i...
We have a requirement like on the selection of dropdown certain fields in the block should be hide and show. is it possible in Universal editor of EDS.
We have a requirement to use MSM feature for Content fragments as we want to rollout content fragments for multiple locales. However we have observed the content Fragment doesn't support MSM rollout feature. We can also see the same mentioned in Adobe documentation. https://experienceleague.adobe.co...
Hi,I'm working on a site structure in AEM (AEMaaCS) using this layout: /content/my-site├── language-masters│ └─ en└── global│ └─ en When I use the Create Language Copy wizard from /content/my-site/language-masters/en and choose a new language (e.g., fr), AEM automatically creates:/content/my-sit...
I am working on a component that uses a Sling Model and HTL, but the CTA link is not rendering on the page. Below is the codeSling Model@Model(adaptables = Resource.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL) public class BannerModel { @ValueMapValue private String ...
Hi all, I'm working in an AEMaaCS environment, and I’ve run into a inconvenient roadblock with machine translation. I tried to retranslate a language copy page after it was already translated. On my local, everything works fine and it allows me to retranslate. However, on the upper cloud environment...