I have written one Button SlingModel and I wanted to reuse it into another model. In SPA I can't achieve that. I tried with @Deleted Account@getterprivate ButtonModel buttonModel; It is returning null. Is this possible?
Hello everyone, We have a special request from the client where in we need change the mode in which package is created and installed using curl command to "Merge". Currently, we are using curl commands via Jenkins Groovy to create the package and install them from one instance to another. But since...
Hello, I would want to have the vanity url to redirect to correct geo location Say I have vanity url https://www.abc.com/gk420d I am based in Europe, then I should land on /gb/en/ The page will look like https://www.abc.com/gb/en/abc.html if I am based in US then I should land on /us/en/...
Hi, I have noticed only some images are showing up in the side panel. I tried publishing them and searching by folder path and name. Please confirm what could be the reason for some images not showing up in the side panel. Thanks.
Hi, Our current application uses the ASAPP chatbot and by migrating the app into AEM, we would like to leverage the same chatbot implementation for AEM pages. Do we have documentation or reference as to how it can be implemented/integrated? Thanks in advance! -Manasa
We have set up policies for a few asset folders to only allow Content Fragment Models by Path. We want to sync these policies available under /content/dam/<folder>/jcr:content/policies/cfm/ node as a value of property policy-cfm-allowedModelsByPath. I'm using VS code AEM sync extension to sync all m...
I am looking for Adobe platform specific guidelines on how to build an accessible website/make your website accessible to disabled users, with accessible content and pages navigation that are WCAG, ADA ect. compliant as this is a legal requirement. There are a lot of third party tools to audit and ...
Hallo, I am relatively new to Adobe LiveCycle Designer, i am trying to get the sum of a decimal field "Net Value" column, and outside the table in "Term of Payment" field i am doing some calculation where i am calculating the discount amount and the total amount that the user should pay. In ...
Hi Team, I am trying to create junit for the following postconstruct: @PostConstruct protected void init() { validate(); if (isValid()) { prepareActionsList(); if(isBlank(type) && isNotBlank(theme)) { type= theme.equals("cmp-section-con...