Hello Everyone! Have a quick question regarding calling components inside another component. I have a main navigation custom component, where I am pulling in the 'image' and 'navigation' core components using the data-sly-resource. Please refer to the below code snippet. <sly data-sly-resource="${ '...
Hi team, I'm facing a error like below. Cannot serve request to /editor.html/content/xx.html in libs/fd/af/authoring/editors/rendercondition/form/form.jsp. Java.lang.NoClassDefFounderError: com/adobe/aemds/guide/utils/GuideUtils Any suggestions would be highly appreciated
Actual scenario! Now below is the code I have developed. <sly data-sly-use.templates="core/wcm/components/commons/v1/templates.html"></sly> <sly data-sly-call="${templates.placeholder @ isEmpty = wcmmode.edit}" /> <div data-sly-use.carousel="com.adobe.cq.wcm.core.components.models.Carousel" d...
Hi all, I'm a developer of a Mac product that batch exports InDesign files to various formats. A customer just told me that some of their files will be soon hosted on AEM DAM and asked if it will be possible to still use my product to automate their processing. So I wonder if there are API opt...
I have requirement to run a report daily that provides details of all the assets uploaded that day (the day the report is created) with who uploaded the assets and missing metadata . what is the query i can use to get the list of assets which are uploaded/created the day report is generated?
Hi! Creative2 is looking for a freelance expert in Adobe Experience Manager to consult on a project our team should be securing in the next month or so with a large client. Please message me if this is you. We keep a vendor list so will keep everyone who emails on file for future work as well. Thank...
Hi I ama able to access http://localhost:4503/system/console/configMgr using Admin credentials, but I am trying with any other user then I am not able to access if.
Hi All, I am currently trying to add color or a color palette to my rich text editor and I am not exactly sure how to. Can anyone help me with this one. <font jcr:primaryType="nt:unstructured" faces="[overpass,serif,sans-serif,monospace,louis,stratum,futura,gothic]" features="*" sizes="[8...
Hi, We are getting below errors when we do a performance test with 800 users after SSO SAML integration. Functionalities are working fine. 10.10.2022 04:46:36.100 *ERROR* [qtp925298346-1857] org.apache.sling.auth.core.impl.SlingAuthenticator doLogin: Cannot login: Response already committed10.10.2...
Hi all, I'm using AEM 6.4, in my component having 3 tabs "Document Source" and "Title" tabs are static another one tab(Filter tab and Document List) Should show based on the dropdown selection in Document Source tab. For Showing the tab based on dropdown selection i used some JS to display based on ...