but before writing a listeners, we may have to look at if its the right approach ?To get to the best approach couple of questions. Is that the country is a different site ??if its a different site, then I would say to override this component dialog for that site and add the checkbox.
Hi, Use the dynamic participant workflow step in your workflow and have the logic of creating and assigning the user/group in that step. refer [1] and [2] for the same.[1] http://adobeaemclub.com/workflow-dynamic-participant-step/[2] https://helpx.adobe.com/experience-manager/using/dynamic-steps.htm...
on the top right of the window, if you are in Touch UI, you can change your view from 'Target' to 'Edit'If you are facing some other issue, please add a screenshot which helps !
There seems to be a closure of session is happening in one of the step and you are trying to perform after that. So Workflow is kind of going to a stale state without able to complete.Can you share your piece of code so that we can see if anything wrong there!
font size plugin doesnt come OOB. However, refer [1] to know to create a custom rte plugin and hope it gives an idea how to create one[1] http://experience-aem.blogspot.com/2014/02/aem-cq-56-extend-richtext-editor-add-new-plugin-pullquote.html
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.