Hi Friends,I am a newbie to AEM and would like to learn the development version of it out of my profound self-interest towards web development.I've tried many sites for learning materials but in vain. Unfortunately, I am not in a position to afford the paid training, Can anyone of you help me by thr...
I am setting up AEM 6.1 and would like to be able to pull assets from an external AEM 6.1 author that is acting as our DAM via the content finder.I have not been able to find information on how to do this, beyond setting up a shared binary store.ThanksCharles
Hi All,We are trying to address a weird problem. Suggestions are welcome. We have a custom component (Social Share) that does not show up correctly in Production Publish instance only. In all other environments DEV, QA the component works as expected across both author and publish instances.Producti...
I need help in understanding the asset share and editor pages as mentioned here in this link https://docs.adobe.com/docs/en/aem/6-1/administer/content/assets/assets-finder-editor.html. We have requirements that the users of the central application can also upload/edit/remove assets along with viewin...
Hi All,I am using local CQ instance 5.6.1, frequently its got closed by automatically. Do you have any idea, why its happening?Java version 1.6Thanks,Michael
I have a rather complicated query that fails on a search for the property "hideInNav." I'm trying to get all pages where this is not true, but I can't figure out the operation that accomplishes this.I've tried the following:2_property=hideInNav2_property.operation=like2_property.1_value=%2_property....
Hello All,Very Good Evening!!!When to use sling.servlet.resourceTypes of servlet annotation?Could you please share me if you have any application like ajax call with servlet(sling.servlet.resourceTypes)? Thanks in advance. Thanks,Venkatesham G.
Hi,I have a replicator that call a servlet. I need to recovery from the request the type of the operation: activate or deactivate.public void handleRequest(SlingHttpServletRequest req) throws IOException { log.info("handleRequest"); Enumeration<String> parameterNames = req.getParameterNames(); while...
Hi,Is there anyway we can track the user logins (statistics) in CQ? I could think of having a filter servlet, but dont know how to configure it for CQ instance itself.Thanks,Kinjal