Hi, I have added one component in experience fragment.....Now I want to make the page available in every page where page name is "Product" Now I am facing challenge in geting the page name in ModelImpl.class......Whenever I uses currentPage=resourceResolver.adaptTo(PageManager.class).getContainingPa...
Hi All, I am facing an issue while uploading an image to DAM folder. On Dev environment, new userid created with admin rights and kept in admin group, but still issue exists. Clearly it is access issue. Any steps which i might missed. Could you please help on this, do let me know if you need any det...
Hello Everyone, I was trying to create a sling servlet with doPut method override, please find code snippet below@SlingServlet(paths = {"/bin/mysite/ravi"}, methods = {HttpConstants.METHOD_GET, HttpConstants.METHOD_PUT}) public class MyServlet extends SlingAllMethodsServlet { @Override protected...
Hi All, How can we access child page properties multifield.In my project we have created multifield in the page properties and i wanted to access in the navigation component and display it. Kr,Sanjay
Hello All, We have a use case where we need to display Most popular questions (top 5 FAQ pages list) on support page. Note: List should be dynamically updated based on page visits.Background: We have hundreds of FAQ Pages for the site and on the support home page, we wanted to list top 5 questions...
I am trying to get the path of page where the component is currently rendering. Currently my component is in experiece fragment, but I want the path of page where it is rendering. PageManager pageManager=resourceResolver.adaptTo(PageManager.class); Page currentPage = pageManager.getContainin...
I have a requirement where I have been provided graphql endpoint! I need to create a query and execute by making call to it and get the response in my Sling models and Servlets. Note(graphql endpoint is not of Magento). Also, the ask is to do it in the backend not in front end using Apollo client o...
Hi community,I'm just trying to create a xdp template for a customer. I am a total beginner when it comes to Adobe. Everything works fine except the subtotal field. It would be great if you could help me out with the right formula. Here's what I got so far...Table design:"Euro" field (DecBetragNetto...
We use VLT-RCP to sync content in the DAM across various AEM author environments. This process will sync the various paths from the source system. Once synced, the latest content is then replicated to the publish instances. However we noticed that deleted content is not synced across the different A...
Hi,In my current project, there is a pptx file which contains some Chinese text on its first page. But in the thumbnail, these characters are not properly rendered. Showing square boxes in place of Chinese characters.We are currently using 6.5.9 . Attaching pics for reference . Please help me figu...