I've created a formset from combining a few xml forms all with multiple pages. I'd like the page numbers on the forms to be continuos across the formset instead of 1-x in form one and then 1-x in form 2 etc. I'm unable to find any documentation on how to accomplish this. Has anyone been successful?
I am trying to upload a PDF with an image on the cover but for some reason when it hits the AEM my thumbnail does not render properly. I have no knowledge about AEM so I would like to know if I am doing anything wrong?Note: my images are rastered, only 161 kb in size, and set up as RGB for digital.
Hi, I need to find all components of a certain type on the current page in AEM? I tried to do it using ComponentManager componentManager = request.adaptTo(ComponentManager.class);Collection<Component> components = componentManager.getComponents(); but my componentManager is null?
Hello guys, I'm trying to create a checkbox on a dialog through its clientLib's javascript file.i tried using (function (document, $) { "use strict"; $(document).on("dialog-ready", () => { var checkbox = new Coral.Checkbox().set({ label: { innerHTML: ...
RTE is not able to render the same HTML as added in RTE. In xssProtection config To resolve this I have added <regexp name="telListing" value="tel:\+[0-9]+"/> <attribute name="href"> <regexp-list> <regexp name="telListing"/> </regexp-list> </attribute> it is accepting <a href="tel:1...
Hi all, I am working on AEMaaCS and need to make some changes to the page component. Basically I have to add some html structure to the footer section of the page component. My proxy page component is referring to the v3 of Page component. As per my understanding, following code in footer.html is ...
Hi All, What would be the recommended approach for adding a new module for AEM Guides in existing AEMaaCS project structure based on Archtype 23. shoule we create a module or create a separate project or any other approch. Can someone please share pros and cons of both the approaches? TIA
Hi Team, Our AEM Author and Publish instance is allowing OPTIONS method calls and we need to disable that. Can you please help with this, repeating we need to disable on Author and Publish Instance, we already did it with the dispatcher, but couldn't find any way to disable it on instances (Publis...
Hi all, Everyt ime I build my test project (AEM WKND) the pages I create below /content/wknd/language-masters/en are deleted, I also checked the file src/main/content/META-INF/vault/filter.xml but to me everything seems as it should, can anyone help me? <?xml version="1.0" encoding="UTF-8"?><work...