Hi Folks, I need to define redirect rule to handle where one set of languages to redirect to site.com/en.html while other set of languages to redirect to site.com/fr.html for example cn, de, fr to redirect site.com/en.html while it, ja, zh to redirect site.com/fr.html. How can I define such rul...
I have to check whether my current project which is in AEM 6.5 (jdk 1.8) will work on AemAACs or not and have seen many documentations mentioning AEM As a Cloud supports Java 8 and 11 both. Then what is the reason for this error. Could anyone please explain? If java 11 is now mandatory for AemAAC...
I need help with Adobe Forms, I have an existing website that is built with different cms, not in AEM. Now we need to integrate Adobe form with this website actually we will get the JSON response from the microservices using the existing website and we need to be created the dynamic forms using Ad...
I am grouping 2 paths for a query, and the results that come back always display results from the first path first, then followed by the second path, regardless of the jcr:score.My goal is to have combined results, sorted by jcr:score.Results always come back in this way, with results ordered by jcr...
Hi, What approach should we take to fulfill the requirement of extracting data from CSV file, displaying row data on HTML page and converting CSV data into JSON to publish it to external systems? Thanks,
Hello Friends, What I am trying to accomplish: I am attempting to create an "Editor" access level in AEM Sites 6.5*. This level would have permission to edit text/components/content within a path they are given access but not add new components nor delete components. I've searched the internet, th...
We use ADM to serve most of our AEM Sites images (as opposed to the DAM). We pay for X Million images per month. How do we see how much of our limit we have used? I asked this question to Adobe support via the admin console support ticketing system 3 weeks ago, and have been chasing them every...
Hi, I am currently using AEM 6.5.13. I am trying to render some links using "href" in anchor <a> tag. Sample code: <a href="${slingObject.link}"/> This link has 2 values coming from backend, /content/marketA/index/pageA.html /content/marketB/index/pageB.html Now the href value comes in this ...