In our project we planned to implement AEM Community feature with Mongo Storage Resource Provider (MSRP), we had purchased Mongo Db license for this. While configuring we came to know that Apache Solr is mandatory for this and it requires for indexing the UGC content, as Apache Solr is an open sourc...
I have an object which contains all the list of child pages & grand child pages (object - brought from the sling model class). In the component html page, I want to write the code , which display all the parent and child/grand child pages using the RECURSIVE method.
I am trying to check a bunch of forms on our website. But can't seem to check/change properties on a bunch of pages, and cant figure out why. Do you guys have any idea? At like halve the pages it just doesn't show the function
I have a js file with the following code:"use strict";use(function () {//var url= this.url; //line 3var url = "http://experienceleague.adobe.com/docs/experience-manager-htl/using/htl/use-api-javascript.html?lang=en"; //line 4var getRequest = new org.apache.commons.httpclient.methods.GetMethod(url),c...
is there any plugin of adobe cli which can directly be installed in jenkins , and the basic steps that are shared for the plugin how that will be recognize by jenkins when its installed on the server hosting the jenkins . Please share the complete guidance for integrating adobe cli with jenkins and ...
I have added details of the issue on below link. https://stackoverflow.com/questions/67414080/resource-is-returning-null-from-sling-model-class-in-junit Can you please let me know if I am missing anything.
Hi, I am trying to create a filter component - to filter based on tags. The idea is to pass tags from a specific path to front, so user can choose from dropdown.I am having an issue, with Tag Manager methods, like resolve.Code below: @Override public String getAllTags(){ Tag tag = null; ...
Hi All,I am working on a migration project(6.2 to 6.5). My all static templates are made with heavy JSP implementaion. Now to proceed on migrating static template to editable template, i am wondering if we can use same JSP scripts and try to include templated container snippet from here (/libs/wcm/f...
Hi Team, I am new to AEM forms and gone through some of youtube videos and some adobe documents.got some questions here I have four fields in adoptive form and one submit button.now i need to pass the 4 fields value to so third party system.how i can pass this values to third party system if any one...