Hi,Am newbie to AEM. Am creating pages with component included like <cq:include path="" resourceType="/customComponent"/>. And i created dialog for getting text field and path field value. And now am trying to access my current node in customComponent.jsp using both way PropertyIterator it = curren...
Hi All,What exactly meaning if we assign ComponentGroup value as ".hidden"?And also how these type of components will be available to content authors?If there are any examples please share them.Thanks,Kishore
Hi Team,I tried to build a sample CQ project in eclipse by following the " http://docs.adobe.com/docs/en/cq/5-6-1/developing/developmenttools/how-to-build-aem-projects-using-apache-maven.html " article.While generating the archetype for "multimodule-content-package-archetype" it is showing as "[ERRO...
Hi,I need to create a page which comes under different menus without duplication of that page. I googled about taxonomy but i don't think its not related to my requirements.Eg: Menu --> Sub Menu1 --> Page1 (same page) Sub Menu 2 --> Page1 (same page) Sub ...
Hi,We are facing a weird issue with the HTTPD server having dispatcher in it.The publisher works fine with the default content through the domain configured in HTTPD/dispatcher, but when we activate some content from author or just simply install any package on publisher we start getting the followi...
Hi there,I tried to use the simpleSearchto achieve the search functionalityWhen I try to use the below one.slingRequest.getResource().adaptTo(SimpleSearch.class);I got nullpointer exception.Kindly guide me to resolve the issue. ThanksNanda