I have a bundle which was deployed successfully, but when I checked the bundle console, the status was still in the ‘installed’ state. Upon verification, I found that the bundle has a dependency error stating: ‘javaslang, version=[2.0,3) – Cannot be resolved.’ please help me out here.
We need to access a data attribute (or a hidden element with some value) from component's HTL inside a clientlibs which loads only when dialog opens. We need to perform some check based on a configuration which is available in HTL and we are able to provide it via data attribute or a separate hidden...
TeamWe are redesigning our site. Both old and new site will be on AEM 6.5. Only the UX/UI will change. I want to know is there a way to automate the process programmatically migrate the content?Site is a headless e-commerce platform containing many product details page numbering to close 140+.All th...
i need to manipulate node content programatically after author click quick publish button and send changed content to replication agent for activation. that is i need to filter put some paths from the published content and send filtered content to replication agent for pubishing.
Hi Guys, Do any of you guys know of any way to target style systems using context-hub in AEM sites? , Is it a known issue or possible? It would be great help if anyone already noticed this and would love to understand the possibilities. Thanks in advance!
I am trying to leverage the new OpenAPIs to programatically update CF from AppBuilder runtime action. The Create Content fragment API works correctly. I am able to create CF from Postman. But when I try the Update CF, it is failing with 412 stating If-Match header is failing. Now, the way I run i...
Hi , I am trying to find all the pages under the site tree where last modified dates is greater than last replicated date , i am using below query which is leveraging standard predicate to compare two date properties but i am not getting any result , though we have lots of pages satisfying this con...
Hi All, I am trying to implement some components which reads common page property and resolve a referenced content fragment and read data from it which again is shared across many components on page. To solve this problem, I can think of below approaches.Read this data again and again in my model cl...