Hi Community, 1. Is there any way we can save some custom values to our custom OSGI configuration from java code? Please help to share any code or doc for the same. 2. Is there any way we can access OSGI console on AEMaaCS like we have localhost:4502/system/console ? If not then how can we manage th...
Hello,I am working on AEM as a cloud. Suddenly all OOTB workflows are running. How can we stop the OOTB workflows from getting triggered?I just want that authors should just be able to publish the page without getting "Request for activation"(i.e OOTB) triggered.Thanks
For instance, a user fills out a form and it is submitted through the site (whether an SPA or a generic site in AEM). An officiant then applies a stamp to the pdf (that is a png image) determining whether the form has been approved or denied. Is this possible in AEM? Could you please provide any exa...
hi I have the following model class :@Model( adaptables = SlingHttpServletRequest.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class LocationsModel extends ComponentModel implements Validatable { private static final Logger log = LoggerFactory.getLogger(Locations...
Hi,I have installed crx-quickstart.jar in my local. localhost:4502/aem/start.html is up and running.When i try to connect to the server in the debug mode from eclipse, it throws following error:could not establish debug connection to localhost : 30303Failed to connect to remote VM. Connection refuse...
Hi Team, I have a simple sly logic to wrap a div in two places and it is not working for closing div. any suggestions ?<sly data-sly-test="${false}"> // this sly isn't going inside when it is false as expected <div> //opening div</sly>//HERE OTHER HTL AND HTML CODE IS THERE<sly data-sly-test="${...
Need to create a field with Slider using coral.slider touch coral3 just like in image https://developer.adobe.com/experience-manager/reference-materials/6-5/coral-ui/coralui3/Coral.Slider.html But I confused how to start with node structure in dialog level please let me know if you have any idea or...
trying to implement sitemap, and the sitemap works fine when "Add Language alternates" option is disabled.When enabled, this breaks sitemap and page http://localhost:4503/content/mysite/en.sitemap.xml does not give XML response. Same is happening with public wknd site https://wknd.site/us/en.sitemap...