Hello there,I was evaluating AEM 6.3 for content/experience as a service (CAAS) approach but am confused. Hope the experts here could help me.AEM brought concept of Content fragments to reuse assets and I believe is being sought as a backbone for CAAS but I found the functionality really limited. No...
Hi all,I'm facting a issue on AEM 6.2 SP1 on a Author instance.After a reboot of the server, my author instance won't start well, and all the Author URL give me a "Service Unavailable" 503 error.I'm have no idea what is going wrong, no change were made.Here the stdout.log when I start the Author :Th...
Hi All,I tried using the AEM dialog conversion tool to convert all my classic dialogs to touch ui dialogs. For simpler xtype the tool is fine. But i am getting some issues with few xtype like: Richtext Datepicker Custom multifieldHTML5smartimage Select So i wanted to know how should i go ahead with...
Hello fellow AEM users,we are searching for a component that aggregates other components like for example a Text Image component. The aggregated component should use the implementations of both the text and image component (no code duplication), but there should be no possibility to add or remove co...
Hi guys,I am working in touch ui aem 6.2.i have a issue: show/hide field of checkbox not work<showhide jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/form/checkbox" text="Do you want to show field?" value="true" class="showhide" name="....
Hi team,When I drop a community component (for example blog component) or create a community site using community console, a content hierarchy is being generated under '/content/usergenerated/content' . Also, when I publish the community site, this structure also gets published.Can anyone help me un...
Hello Everyone,I am writing an EventListener but the onEvent() method is not getting called if I create the session by doing below:Map<String, Object> param = new HashMap<>()param.put(ResourceResolverFactory.SUBSERVICE, "SUBSERVICENAME")resourceResolver = resourceResolverFactory.getServiceResourceRe...
How to create custom path browser predicate using AbstractResourcePredicate for Touch UI dialog to display only images and Videos in the path browser asset picker.