Hi All, I have a requirement to upload an SVG image such that it retains its tag and values in jsp.For example, if uploaded images has dam path "/content/image.svg", in html element, it should look like "<svg id="CVAD" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1620.33 891"><g id="Section_5" da...
Hello, We may have to change some of the behavior of the sitemap funciton; Since the acs commons sitemap has been deprecated a little over a year ago and the aem sitemap core component doesn't have much documentation or support :I am wondering where can I find the java code being activated once the ...
Hello Everyone,We added /apps/cq/Page/POST.jsp which has AEM forms specific logic to fetch "authToken" and forward request using blow line of code:slingRequest.getRequestDispatcher(currentPage.getPath() + ".html", options).forward(requestWrapper, response);After adding above logic in /apps/cq/Page/...
I am looking to generate asset report with assets on file on AEMaaCS. I have gone through the asset report on AEMaaCS but the downloaded file does not have assets on the file rather has asset name. Is there a way to generate published assets report on AEMaaCS with asset and its metadata on the down...
All,Trying to confirm my understanding1. What is the difference between has() and find()2. If no search strategy is selected what is the default set?$(resource).has(foundation/components/richtext) vs $(resource).searchStrategy(SearchStrategy.DFS).has("dam:Asset:first")3. Using searchstrategy on a l...
Hello,I am trying to install an AEM 6.5.10 author in standby mode according tohttps://experienceleague.adobe.com/docs/experience-manager-65/deploying/deploying/tarmk-cold-standby.htmlFrom a working fresh installation, I added the install.standby config files, changed runmode to standby and the insta...
How to have more than 1 rewrite.rules file in aem as a cloud dispatcherI have created opt-in/USE_SOURCES_DIRECTLY but still its throwing validation errors following this documenthttps://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/content-delivery/validation-debug.ht...
Hi, I would like to carry out search in AEM where in I would like to search for the exact word such as "Insurance Broker".The search should provide only that reference which has the exact word match "Insurance Broker". If we use AEM full text search and carry out the search using above keyword, it r...
Hi, In the slightly code of html I have <a href="${'/content/abc/123.html?text=123 @CONTEXT= 'html'}">button</a> I noticed the page renders the anchor tag without /content . This is happening for urls which has ? in the href <a href="${'/abc/123.html?text=123'}">button</a> What could be the issue he...
og.url and og:image both seem fine on author mode "view as published", they all points to correct production domain. But on production live site, both og.url and og:image pointed to localhost:4503? Any settings I should be looking at? Thanks in advance.