I am wanting to generate some "data-attributes" and "values" using a multifield in the dailog.[Ex: data-sample-name = name] How to access those authored values in HTL under single tag? I tried this solution: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/output-html-attrib...
Hi, I have created the content fragment using the servlet and I need to set the value of the content fragment elements values? I need to set the string value which I'm getting from resource. Thank you
When attempting an in-place upgrade of 6.4.8.4 Author instance to 6.5 the upgrade runs for about a minute then hangs with many product bundles in unresolved state. This was a previously upgraded from 6.1 or 6.2 to 6.4 instance, and one of the unsatisfied dependencies was: Unresolved requirements: [...
Hello, OOTB AEM leverages jQuery 1.12* version. However, we want to use jQuery 3 instead of this default OOTB version. Most of the documentation seems to point to /etc/ for customization and is outdated. We're planning to use a different namespace/variable name/object name for this custom jQuery 3 s...
We want to generate a report with these columns Page Title, Page Url, Current Version #, Current Version Activated On, Current Version Creator Looking at page metadata, the version seems to be a reference to another object with detailed history. What query would help get this in single shot instead ...
Hello, We are using the AEM CMS for our website We have a consent component on AEM linked to our GTM and we are not using a CMP. On this consent we have 3 buttons :-Accept-Continue without accepting-Configure We would like to know if we can have the data of people not giving their consent when ent...
The requirement to create content fragment via Java code (Utility or servlet). How can I achieve this? https://aemdeveloper.wordpress.com/2017/08/22/create-access-the-content-fragment-programmatically/ referred this link to create the CF but there's no output. Please let me know if there's any metho...
We have a page in language masters under say folder "A". Now I move that page to folder "B". When I rollout the page, it does not execute the move in the child page - it still shows up under folder A in the child pages. Is this expected or what is the right way so that the child page does move as we...
Hello, I have a Header component that I am using in a experience fragment, my Header has a responsive grid inside because I want to be able to add modular Header component like Nav Items:<sly data-sly-resource="${resource @ resourceType='wcm/foundation/components/responsivegrid'}"></sly> This seems ...