Hi Team,I tried adding caption to scene7 as var s7videoviewer = new s7viewers.VideoViewer({ "containerId": 'id', "params": { "serverurl": serverURL, "contenturl": contentURL+"/", ...
Hi, Previously we have integrated OKTA to AEM for the user authentication. Now we are planning to migrate our user authentication from OKTA to VIP. Is same integration process for the VIP too? https://experienceleague.adobe.com/en/docs/experience-manager-learn/forms/single-sign-on-with-okta Thanks,B...
Hello Everyone, How can I call my servlet during page load time?I know below mentioned approach. Added this ajax call in some genral js file. $.ajax({ url: "/content/data/practice/servlet/dummyServlet", type: "GET", data: { ...
Hi,I am new to AEM , I want to apply for Adobe Experience Manager Sites Developer certification Exam ID: AD0-E12. can someone guide me like how many months preparation will required for this exam. where I will get the practice questions an dumps. what is the step by step approach to get passed in th...
Hi everyone,I have created a simple custom iframe component as such - <iframe id="iframe-test" class="embed-iframe iframe-main" src="${properties.url}" style="width:100%;border:none;" allowfullscreen> </iframe> In editor mode I am unable to edit other components while this if...
How can I add a custom attribute to the dialog element? We typically use attributes like granite:class, Id, and title. Similarly, I believe we can add custom attributes as well. This approach works for RTE. <textfieldsgroup granite:class="cq-RichText-FixedColumn-column" ...
Hi Everyone, I am trying to create a multifield dialog using sling model but while accessing the values, my code is failing to get current resource. My code is failing inside try block , i am getting null value of current resource. Please help me to understand and resolve this issue. package com.sit...
I have a requirement to convert the non-PDF assets to PDF assets. As per the suggestion i had installed aem-service-pkg-6.5.20.0.zip with adobe-aem-forms-addon-6.5.20.0-windows.zip. https://experienceleague.adobe.com/en/docs/experience-manager-65/content/forms/install-aem-forms/osgi-installation/ins...
Hello All,We have a requirement to choose Add review/reject/choose-next-reviewer options in workflow in the workflow to choose reviewer also , I need a drop down that contains - approve - reject2nd dropdown - populates the list of users in given group.
Hi, I am creating new ui.frontend module in the existing project. i have copied the ui.frontend module from other project and made some changes to ui.frontend/pom.xml and parent pom.xml I have made some changes but still build is getting failed. [webpack-cli] Failed to load '\ui.frontend\webpack.pr...