@jayv25585659 It might be possible that there no policy configured to allow components inside the layout container.Go to the edit template option and check if the policy for the respective layout container is defined or not.
@Vinit_Pillai Instead of using acs-commons-email-service. Create new service users using acs commons Ensure service user API to create the service user by providing read and write ACL. see the example herehttps://adobe-consulting-services.github.io/acs-aem-commons/features/ensure-service-users/index...
@Vinit_Pillai This happens mainly because of incorrect ACL's. Crate the User with proper permission and log in and check if those options are appearing or not.
@srinivas_chann1 I would suggest using the service user to get the details of AEM user/groups. Make use of Authorizable APIhttps://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/org/apache/jackrabbit/api/security/user/Authorizable.html see the following co...
@Vinit_Pillai First thing, Jquery should always load before the execution of your code.Second thing, It happens mainly because of your clientlib category /dependencies order.
@sravs508 Use the following command to generate the maven project archtype for AEM as a cloud servicemvn -B archetype:generate \
-D archetypeGroupId=com.adobe.aem \
-D archetypeArtifactId=aem-project-archetype \
-D archetypeVersion=cloud \
-D appTitle="Sample Site" \
-D appId="sample-site" \
-...