Folks,I'm working on the Social Communities section in AEM 6.1 and found out from the documentation that the latest feature pack v1.8 is out for AEM 6.1.https://docs.adobe.com/docs/en/aem/6-1/release-notes/communities.htmlI've looked through the package share but haven't been able to find the packag...
Am trying to consume a web service which is running on different sub-domain but on the same domain. I am getting 407 - Proxy Authentication Required. Not really sure this was firewall issue or my coding issue. Below is code which I am using to call the webservice from OSGI Component class. Str...
I'm using this simple tag<c:set var="content" value="${sling:getResource(resourceResolver,/content/dam/imf/public/sampleicons)}" />Getting an errorThe function getResource cannot be located with the specified prefix Complete jsp:<%-- Directory Browser component. Lists all resources in the director...
Hi All,i want to read the count of the components which is repeated component.Example: RootContentNode/jcr:content/pageContent/header/ /header_1 /he...
I'm new to TouchUI, and having trouble knowing how to customize the editor.html even after reading the doc page... https://docs.adobe.com/docs/en/aem/6-1/develop/extending/customizing-page-authoring-touch.htmlThe goal of the customization is to load the dam images from the appropriate folder based o...
Hi All,Details as below :1] The repository structure is as below /etc /x /y /First /sfghfh /fhfghf and so on. /Second /sgngg /dfgoe and so on. /Third /egkeg /sddgg and so on.2] I need to retrieve nodes at the level ,...
I have an Article model that is more or less a com.day.cq.wcm.api.Page with a number of specific properties: @Model(adaptables=Resource.class) public class Article { @Inject public String author; @Inject public String[] contacts; @Inject public Date dispDate; //... }This works fine by itself, but I'...
Hi,I'm working on 5.6.1 to 6.1 upgrade. I'm facing issues with few custom servlets (these servlets are working fine in current 5.6.1).My servlet looks like @Component(label = "The Search Servlet.", description = "Servlet for Search Process", metatype = false, immediate = true) @SlingServlet(generate...
Hi,I am working on a very peculiar requirement where I am required to store analytical data under JCR as nodes and properties. Scenario is like we are avoiding using Adobe Analytics but we have our own analytics developed in some SAP related tool. So from CQ all we need to do is post analytical data...
Hi everyone,I'm trying to configure Multiple In-Place Editors (https://docs.adobe.com/docs/en/aem/6-1/develop/components/multiple-inplace-editors.html) in a site with AEM v6.0 SP3 but I've just read that it has been introduced in AEM 6.1.Is it possible to import the functionality in AEM 6.0 too?Than...