Hi, There are two types of annotation (scr and R6 annotation) while developing the OSGI component. But what technically makes difference between these 2 type. RegardsManikantha R
example:This file exists => /apps/acs-commons/components/content/twitter-feed/twitter-feed.jsp.Can I override this file in my code repository?I'm trying to avoiddownloading the ACS commons repo on my localmake the changescompile/build/install the packageThank you.
Hi, I have a component which is loading marketo form and on submission, calling onSuccess handler, from there to JS and making AJAX call to save form values to AEM. There are two problems1. 404 on csrf token - To solve this I have added "granite.csrf.standalone" to my component. Now I can see token...
Hi All Greetings. Hope all of you are staying safe and healthy and keeping your people safe. I was going through the documentation for use api. https://experienceleague.adobe.com/docs/experience-manager-htl/using/htl/use-api-java.html?lang=en I saw this interesting note recommended by Adobe, which...
HI All, We are trying to figure out if it's doable to create an AEM React storefront by using the CIF components to connect to Magento and if there's any documentation anywhere about this? Thanks
Hello, We are moving all of the permissions in to code and i am stuck with the syntax for Restriction node (for a deny to delete).. I have added below in /ui.apps/src/main/content/jcr_root/apps/website/config.stage/org.apache.sling.jcr.repoinit.RepositoryInitializer-custom.config: create group stag...
Hi,Im using SlingHttpServletRequest in my sling model class with jackson exporter. But the request object is always returning null. Can anyone help me on this. @Model(adaptables = {SlingHttpServletRequest.class,Resource.class}, resourceType = { "sample/components/content/example_comp" }, defaultInje...
either via UI or via a servlet call or similar, is there a handy way to see which version of the code is currently running on a given env? either by the git commit number, or a version number held somewhere with an auto increment on build?
Hello Community - We are using static template in our project and we would like to load the clientlibs on need basis. i.e. In one page, I need to use 5 clientlibs and other page I will use only 1 clientlib. I wanted to configure the clientlib in the page properties so that it can easily configurable...
Hello - I have a requirement where an application wants to store user profile data for an authenticated application. I am analyzing how compliant we are to store this info. Volume of Data Users - 50,000User Type - Health care professional. User Data - May contain information such as HCP Medical num...