Have you set your log levels to 'debug' ? Also it depends on the offload setup thats been done. There might not be any error aswell nothing to process !! Can you give more details on how you have setup and whats has been targetted to do as part of offload workflow
Thats the normal process of creating custom tags irrespective of AEM !! XML acts as a definition of the tag and java class is the model to hold the values of those tags.Refer the below URLs which will give more information on custom tagshttps://docs.oracle.com/cd/E11035_01/wls100/taglib/quickstart.h...
Hi Sri,LDAP integration will sync only the Users. You will have to create the same groups as of LDAP groups, so that when the users are syncd from LDAP, they are mapped to the respective groups.
You can override it by the property cq:allowedTemplates in /content/project/en/xyz/abc/So, it first checks for cq:allowedTemplates and if it doesnt have that, then it looks out for cq:allowedPaths.
OOB css comes from here /etc/clientlibs/granite/coralui2/optional/rte/css/cui-rte.cssand as you mentioned, some of them may get override for other css added. and in such cases, we may have to add extra css like what you have done to handle the same.
Apart from including the simulator.jsp, you need to add the device groups that needs to be displayed for the simulator. Have you added cq:deviceGroups property to the root node of your site ??Refer the section 'Specifying the Device Groups' in the article you have mentioned to know more about it.
There might not be an issue in storing but you may face some issues while retrieving programmatically which space and %20 etc. Its always a best practice to use '-' between the words if needed.