Hi All,We are able to create and add cookies but when i try to retrieve cookies from using request object and we are not able to see them in browser console or in the logs as well.Can someone help us here if anyone come across similar kind of issues.Thanks,Kishore
https://helpx.adobe.com/experience-manager/using/displaying-experience-manager-data-chart.htmlIn this article, "JQuery Ajax HTTP request is used" to convert the xml data retrieved into a chart format.1] Any particular reason this is used.2] Any good resource to learn Jquery Ajax.3] In case I do not ...
Hi All,I come from a support background, so answers to couple of questions might be pretty straightforward but since I am not quite clear on them posting all of my doubts here.In this article https://helpx.adobe.com/experience-manager/using/aem-dam-image-components.html1] what exactly is the use of...
Hi All,Doubt as below :https://helpx.adobe.com/experience-manager/using/SlingPostProcessor.html article talks about SlingPostProcessor.I also went through https://sling.apache.org/apidocs/sling5/org/apache/sling/servlets/post/SlingPostProcessor.html1] I was not quite able to understand the exact use...
Hi,I need to override the DAM Update Asset workflow and customize the thumbnail renditions created.Currently the OOTB feature is for any type of image format the renditions created are of .png format.How to create the thumbnail renditions in other format like jpeg. Example : if I upload .png , .jpg ...
Hi,I am customizing the OOTB DAM update workflow. When I upload the asset and the payload path received in the inbox notification is "/content/dam/mcd/MCD10007_DailyDouble.eps-S.jpg/jcr:content/renditions/original".But I need to customize the path like "/damadmin#/content/dam/mcd/MCD10007_DailyDoubl...
I have a component that includes quite a bit of CSS and JavaScript only used for this specific component. Therefore I only want to include the CSS and JavaScript on pages where the component is used. How can I accomplish this?I had hoped that this was somehow possible with the clientlib functionalit...
I'm trying to create a client for Adobe Experience Manager. To begin with I'm following the Adobe Article: https://helpx.adobe.com/experience-manager/using/java-swing-applications.html.Followed the instructions, and my pom for this application looks like :<dependencies><dependency><groupId>org.apach...
Hi All, Can any one help me please how to mock for junit test case below factory class. private ResourceResolverFactory resourceResolverFactory; Thanks, Venkatesham G
Hi,Here the use case from Geometerixx media from 5.6.1.When an admin logs in, he should be able to see complete site structure. ( See screenshot Pages on Admin Access )When an XYZ logs in, he should see the site structure from one of the child page ( See screenshot Page on XYZ User Access )If anyone...