I have this pdf form that has hidden subforms that appear when certain boxes are checked. I'm having issues with my Section C. subforms. I have add/remove row buttons, plus buttons that allow the user to rearrange the data within. As long as the subform is set to Visible, the add/remove buttons work...
Hi , i have a use case to get the page from my node path and publish it using groovy script. Can we achieve this using groovy and if so could someone help me with a pseudo code . Thanks
Im working with AEM content fragments and trying to fetch the data using GraphQL.Below is my query -{ productByPath(_path: "/content/dam/my/product", variation:"master") { item { productDescription { html } } _references { ... on DisclaimerModel { prod...
Hi, for now I´m using Dynamic media deliver to make webp images. As you can see in the below screenshots: the requested url is (for example for 1600w): /adobe/dynamicmedia/deliver/dm-aid--96257829-89c9-4fb4-8f29-ffda3ac363a6/tortuga-boba-jon.jpg?preferwebp=true&quality=85&width=1600 this is working ...
I have come accross this legacy code on a project and I am in the process of refactoring it. I am wondering if I should use the QueryBuilder API to get all pages on which I need to perform an operation, or if I should recursively loop over the Page and its children to perform said operation. The cur...
Hi, Whenever we are adding icons/images in Dam then its creating redundent child nodes which are of same type. when we delete these images and upload again they cames back. Any suggestion to resolve this
Our website apple.com has a contract with AEMaaCS and so, Edge Delivery Service is free to use. While creating a new website for example applepen.com, this website is on AEM Edge Delivery Service. We wish to make a sign up form where for POSTs re-uses the AEM Publishers. How would we do this?Also ke...
Hello Team.Recently we had a publisher that started experienced rapid data*tar file file growth.It just happened suddenly. Running with Java11.Has anyone had this happen to them? and identified the root cause?There is nothing in the logs that indicates why this happened.Also, are there any tools tha...
Hello, I am trying to develop a new component that would reuse multiple already developed components. In our project I have never seen an example where people would do it though. For example, how do I in HTL use a core button component and author it? Basically, I would imagine something like this: ...
Recently we are noticing that newly created pages is not having any jcr:uuid associated with it. Is there any way to enable the automatic generation of jcr:uuid for every new page created. It was working fine when we checked last time.