Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated...
Hi Team, Have a requirement like 1. The template should allow all the OOB and custom components(Possible)2. Should be able to add the components (Mostly Rich text box and Image components)(Possible)3. Should be able to apply the inline styles for the content dynamically with code deployments...
Hi,I am currently working on aem 6.2.I want to fetch values of service directly in slingServlet.For that i have created a Service ConfigurationService.javapublic abstract interface ConfigurationService { public abstract String getSimpleString();}ConfigurationServiceImpl.java@Service({Configur...
Hi Team,I have a requirement to render special characters like "doublequote" ("), "quote" ('), "less than" (<), "greater than" (>) in textfield/pathfield. The problem now is these characters get HTML encoded in the view source page.So, if an Input expression in textfield is<%= formatDate(new Date(),...
ACS Commons Sitemap is setup is done and Publish domain is configured as the domain with */homepage resourceTypeWhen content authors publish/unpublish pages, Sitemap does not get updated. Issue: Couple of applications we use reply on Sitemap for indexing, we find 404 pages in logs during indexing. W...
AEM Disk usage showing wrong information from disk usage report (url : http://localhost:4502/etc/reports/diskusage.html)Please see the attached screenshot for more reference. The actual issue is AEM Disk usage report is showing much more than the actual disk space is used. Can you please let me know...
Hi All,I am using AEM6.4 and I have editable template in my application.Everything is working fine with editable template.Now I need to create multilingual pages.Currently I have English page, now I need to create Chinese page for the same.I am authoring header and footer on base-template in English...
In AEM Forms designer while running the scripts or when navigating to the XML Source tab and attempt to scroll through the lines of xml , 'unknown bravo error' is observed. Post this error , Designer window show mostly blank and all buttons at the top of the screen might flash quickly. The Design Vi...
I am not able export JSON of multiple components in a page using Sling Model Exporter.If I am using http://localhost:4502/content/test.model.json, then I am getting the simple json of the Page.If I am using http://localhost:4502/content/test.infinity.json then I am getting the Deep level JSON for al...
Hi Team,There is requirement to read the dam url in json format inside servlet or servlce. By using Httpclient GET getting 401 unauthorized error. Is there any way to access the same url in java ?Thanks
Hello Everypne,In order to change the java.io.tmpdir to 'C:\Adobe\AEM\Author\cq-temp', I changed like the below that in C:\Adobe\AEM\Author\crx-quickstart\bin\start.bat::* -------------------::* Default JVM options::* -------------------set CQ_JVM_OPTS=-serverset CQ_JVM_OPTS=%CQ_JVM_OPTS% -Djava.a...