We are facing issue similar to below thread, but we don't want to use querymanager but rather use the currentNode objecthttp://stackoverflow.com/questions/18850171/currentnode-object-gives-nullpointerexception In our code we have something like below:In the control tabControlPG, we are using current...
Dear all,How can an author identify the template type on author instance in AEM 6.1?In CQ (or AEM Classic UI) the right pane of the site admin has a "Template" column at the right that shows what kind of template was used to create the page.Example: Template type is "S1 Homepage" and page title in t...
I have a queries adaptive forms. have created a drop down list. I used the process described here to pre-populate the list. : https://docs.adobe.com/docs/en/aem/6-1/develop/components/developing-forms.html#Preloading%20Form%20Fields%20with%20Multiple%20ValuesThis works fine in edit mode, but in prev...
I am seeing discrepancies with instructions for "How-To Work with JSPs” @ http://docs.adobe.com/docs/en/aem/6-1/develop/dev-tools/ht-projects-maven.html. The instructions state that I need to add all of the dependency libraries in the "Adding Tag Library Dependencies" section, which references the ...
Hi All,I have workflow with four process steps and each step is assigned to a group but i am not able to initiate the workflow.And all the steps are out of the box only.What could be the reason?Thanks,Kishore
Hi,I am writing from scratch. I have two options:1) Write my integration module which calls backend service using Spring MVC.2) Write using Sling only and call service. Points need to take care while choosing one:- If I have multiple form submit then I will end up with multiple servlet if it is slin...
I am pretty new AEM 6.1 and also to Java Technology stack. Problem i am facing is to understand how to store content nodes like Products, News etc in Content Repository individually and not in single node(comma seperated).I assume this should be an "Out of Box" functionality of any CMS. Right now i ...
I'm using this simplest code to connect to AEM. This is working when I am not behind the proxy but it is not working with proxy. I do not see any option to give proxy while making connection. -Jcr2davRepositoryFactory repositoryFactory = new Jcr2davRepositoryFactory(); Map<String, Object> parameters...
Hi, I need the functionality of sending a newsletter to a group of users using a standard AEM installation and came across some issues with this:-you apparently can't add 'normal' user groups as the recipient list of a newsletter - it seems to need the cq:authorizableCategory "mcm" property, so you ...