Hi @DivrajSingh , I am sharing the DITA content package please checkhttps://drive.google.com/file/d/1WYsAUv-BjFM2LJrNlckZWa2wz2okGTTK/view?usp=sharingYou can refer below screenshot for configuration
Hi ,I followed steps mentioned but as others, I am also facing same issue. DITA map is getting applied but content is not appearing. Do you know where i am going wrong?
Hi @SantoshSai , Thanks for the detailed information. But checked under software distribution but did not find any package as mentioned in the screenshot. You can refer to the below screenshot for what I found for XML. Could you please share the exact name of that package? or if possible the URL fo...
Hi, I was following this documentation for AEM Guide( XML documentation for AEM ). But not getting how to enable the XML editor option in AEM dashboard.does anyone knows how to enable it and if possible then could you please provide any reference URLs for AEM Guide? Thanks
Hi @Satish2info , Yes, you can do that using the RTE source edit plugin. But if it is removing your style attributes after submitting dialog then you need to enable those attributes from xssprotection.xml file. Check out this blog for more details.
Hi @AnilKumarUoS , Have you checked this thread? https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/acs-commons-quot-send-templated-email-quot-process-quot-could/m-p/420560
Hi @janhavi_singh , Have you tried request.getParameter() method ?String userName = request.getParameter("userName");
String password = request.getParameter("password");we usually use getParamter() only, could you please check?