Hi there1) I was following the AEM6 clinet_context_in_detail documentation and was able to create - http://docs.adobe.com/docs/en/aem/6-0/develop/personalization/client-context.html and was able to develop the example geoloc component "Example: Creating a Custom Context Store Component" in the afor...
Does anyone know you can use sightly to account for multi-lingual internal AEM links? For example, the internal links should be translated like: /content/corporate/en/services.html link should be translated to /content/corporate/fr/services.html on the french website.
Hi.So I exported a web site using Package Manager to a test server. Now I would like to copy some groups and users. Is it possible without breaking anything? By now I have the default admin user of Adobe CQ instance.
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 ...