Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

SantoshSai
SantoshSai
Online

Badges

Badges
41

Accepted Solutions

Accepted Solutions
120

Likes Received

Likes Received
689

Posts

Posts
530

Discussions

Discussions
148

Questions

Questions
374

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by SantoshSai
Customize the badges you want to showcase on your profile
Re: HOW TO INCLUDE ONE COMPONENT WITHIN ANOTHER COMPONENT? - Adobe Experience Manager 29-07-2022
Hi @ac6600 , You can use data-sly-resource data-sly-resource includes the result of rendering the indicated resource through the sling resolution and rendering process. eg. where "wcm/foundation/components/responsivegrid" is path to your component. Hope that helps! Regards, Santosh

Views

110

Likes

3

Replies

0
Re: Home page (sites) 503 issue after restart - Adobe Experience Manager 29-07-2022
Hi @sudarshanreddy , This is a known issue due to the presence of a repoinit config file in the project deployed, resulting in a repository initialization error causing HTTP 503 on AEM. Do follow the below steps Navigate /apps/spa/osgiconfig/config/org.apache.sling.jcr.repoinit.RepositoryInitializer~spa.cfg.json Delete .cfg.json or replace it's script into a -.config Reference: https://github.com/adobe/aem-project-archetype/issues/852 Or check these links: https://experienceleaguecommunities.ado...

Views

166

Likes

3

Replies

6
Re: Brightspot CMS to AEM Migration - Adobe Experience Manager 27-07-2022
Hi @Pradeep_P0V00DE , Unfortunately, AEM doesn't have such documentation for content migrations from Brightspot. However, You can have a look at Brightspot side. I found one article please have a look if it is helpful: https://www.brightspot.com/documentation/latest/adobe-experience-manager Regards, Santosh

Views

50

Likes

3

Replies

1
Re: How to add a watermark through workflow in aem as a cloud? - Adobe Experience Manager 27-07-2022
Hi @ReddyIshanvi , Please refer these: https://experienceleague.adobe.com/docs/experience-manager-64/assets/administer/watermarking.html?lang=en https://experienceleague.adobe.com/docs/experience-manager-learn/assets/advanced/watermarks.html?lang=en https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/watermarking-workflow/td-p/277496 Ignore if already went through them. Regards, Santosh

Views

63

Like

1

Replies

0
Re: Bulk Update Asset title - Adobe Experience Manager 27-07-2022
Hi @ashish_mishra1 , Please check Bulk Editor here: https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/bulk-editor.html?lang=en Hope that helps! Regards, Santosh

Views

111

Like

1

Replies

0
Re: HTTP ERROR 503 ServletResolver service missing, cannot service requests - Adobe Experience Manager 27-07-2022
Is your project installed on AEM instance? If Yes Can you try setting up fresh instance without your project? In this case we can able to find out whether it's issue with AEM or your code.

Views

102

Like

1

Replies

0
Re: HTTP ERROR 503 ServletResolver service missing, cannot service requests - Adobe Experience Manager 27-07-2022
Hi @StrawHatM23 , Please check if there are any bundles in Installed state here: http://localhost:4502/system/console/bundles Regards, Santosh

Views

109

Like

1

Replies

2
Re: String Format Syntax Error - Adobe Experience Manager 27-07-2022
Hi @Ameen_Dev , Can you please check error.log? Is there any exception? That helps to tackle issue. Below is one of the example. format: Concatenates strings.Example: ${'Page {0} of {1}' @ format = [1, 10]}Displays: Page 1 of 10 Regards, Santosh

Views

75

Like

1

Replies

2
Re: How to include Static HTML in an AEM component. - Adobe Experience Manager 26-07-2022
Hi @ajoshi84 , I would use data-sly-include data-sly-include replaces the content of the host element with the markup generated by the indicated HTML template file (HTL, JSP, ESP etc.) when it is processed by its corresponding template engine. The rendering context of the included file will not include the current HTL context (that of the including file); Consequently, for inclusion of HTL files, the current data-sly-use would have to be repeated in the included file (In such a case it is usuall...

Views

120

Like

1

Replies

0
Re: AEM dispatcher cache clear after package deployment - Adobe Experience Manager 25-07-2022
Hi @AEMUSER1000 , As per @Jörg_Hoh , Please configure "On Modification" checkbox in Agents Settings -> Under Triggers tab as below. Hope that helps! Regards, Santosh

Views

106

Likes

3

Replies

0