Hi everyone. I am using the navigation core component given by adobe to create my header and I have implemented it into my header component without making any changes. Now, I have added custom page properties and I want to display them using my navigation component. I cannot use the current page's p...
ex.<form method="POST" enctype="multipart/form-data" action="/bin/myform"><input type="submit" value="Submit"></form> servletpath=/bin/myform --Servlet path is working on staging URL view as published mode page.but after publishing same page in staging the servlet path is not working. https://www.s...
Hi Team, we need to enable Smart tags for our DAM Assets. AEM Version: AEM 6.5.13 In AEM Cloud, I understood that it is enabled by default. But Can someone help us on how to enable Smart tagging for AEM 6.5.13 ..with all steps? Regards,KTNR
Hi,I am currently using I18n feature to store the json under /apps and served the file using /libs/cq/i18n/dict.en.jsonThe json contains key values of error messages required in the field validations and api validation messages in the form.Issues found in my I18n approach:Since the messages are cont...
Hi All, I need a suggestion on my below questions?1. Can the AEM website be hosted in different env like Azure cloud?2. Can we make use of AEM existing templates outside AEM? Thanks,SD
Hi Everyone, I have a requirement to delete an Asset from AEM through servlet.I'm using below method to delete Asset. Resource assetRes = resourceResolver.getResource(assetPath);Node assetNode = assetRes.adaptTo(Node.class)assetNode = assetNode.remove();resourceResolver.commit(); My question is doe...
I have a servlet class in this class I'm calling sling job from sling job calls service class. Once bundle is deployed, I'm seeing sling job is working as expected after hitting the servlet. But when I hit the servlet for second time sling job is not working.
Hi team, We are getting an error logs like below. Anyone has idea on this why its coming. 24.08.2023 09:32:37.387 *ERROR* POST /content/dam/dam:batch.metadata.json HTTP/1.1] org.apache.sling.servlets.post.impl.operations.ModifyOperation Exception during response processing. org.apache.sling.api.reso...