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
Hi ,I have a custom component on page in which i am calling third party web service to pull the data. Requirement in this case is to serve the data from dispatcher cache every time user access the configured pages (cached data pulled from web service) but update the cache in regular intervals of tim...
Hi All,I am trying to create home page component by taking reference of geometrixx site's header and footer components.I have copied all the required from this sample site to my app.Attached is the my project structure and when i am trying to create home page by selecting my app's template when i op...