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...
Hi All, I have created sample project for reference using artifact 35 and deployed on AEM 6.5 instance. Now I am facing this dependency issue. I tried to resolve the issue by adding following dependencies in core.pom but those are not getting picked up. <dependency> <groupId>com.day.cq.wcm<...
Hi all, How to get the list of user's group which is having count less than 5 using query debugger? Please share the query statement for this condition. Aem version is aem cloud Thank you.
Hi All, We have created Junit5 class for the below code. We covered all line except 40, 47 and 48, can anyone help to cover line no 40, 47 and 48? Test Class:- import io.wcm.testing.mock.aem.junit5.AemContext; import io.wcm.testing.mock.aem.junit5.AemContextExtension; import org.apache.sling....
Hi all, I have a requirement to add 3 specific sites instead of all the sites like /content/.* to my filter pattern, but since pattern accepts only a single string, i am stuck with how to do it. Any ideas on how to proceed with this? ( I am new to AEM) @SlingServletFilter( scope = {SlingServletFi...
Hi Everyone, I have my author instance, where Security certificates are installed and I was able to access it via HTTPS protocol. Recently, my server stopped working and I need to restart the instance. Since, after the restart - I am not able to access the instance using HTTPS protocol and it is a...