config.author or config.publish - gives you the ability to manage common configurations for all the authors and publishers similarly, you can use environment specific configs to have common configs for the env like dev, stage and prod. finally, instance specific configurations can be added to config...
Yes. images will load only if you change the folder path in third-party css files. in my case, I have to updated the path in datatable css file to load the icons.
Hi All, I am trying to integrate REST API with adaptive form using form data model. My REST api doesn't have any authentication but i get below error when i test the connection. {"errorCode": "AEM-FDM-001-016","errorMessage": "Error occurred while invoking the service.","originCode": "500","originMe...
Yes.In MSM Rollout, there are two options1. Page rollout2. components rolloutMy question here is, is it possible to rollout backed-in(components which are included in sightly/HTL as part of template) components?.Regards,Vikram.
Hi All,Is it possible to rollout the components included at template?.Note: the components which are drag and dropped has rollout option.Regards,Vikram.
Hi All, please find the sample code (using admin session) and exception below.@smacdonald2008 to use hasNode() from Node API we need to have the root node. i am trying to check the root node with session and then get it.if(!destSession.nodeExists(dFolderPath)) {log.info("Node not found. creating : "...
i am using service user with admin rights. for now the node is not exist, in future it might be. so i want to check if the node exist or not then set property.As per Session (Content Repository for Java Technology API Version 2.0) it should return true/falseRegards,Vikram
Hi All,I am trying to check if a node exist under a path and set some property. but when i try to check a path through session it returns PathNotFoundException instead of true/false.if(!destSession.nodeExists(dRootPath)) / if(!destSession.itemExists(dRootPath))is there any other way?Regards,Vikram.
Hi Team,I am getting below error after deploying our project in AEM 6.3 fresh installation.org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwablejavax.servlet.ServletException: java.lang.NullPointerExceptionat com.day.cq.commons.servlets.AbstractListServlet.doGet(Abstract...
Hi All,I want to move a node above or below to a particular node in sightly handler. Similar to how we order a node in CRXDE manually. Ex:jcr:Content Node1 Node2 Node0Now, I want to move Node0 above Node1, in sightly handler.Regards,Vikram.