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 open robots.txt instead of download for AEM site - Adobe Experience Manager 24-08-2022
I don't really have idea on dispatcher. Not sure which file I need to make this change into.

Views

11

Likes

0

Replies

0
Re: Content Sync - One Environment to other - Auto Sync
nj2
- Adobe Experience Manager 22-08-2022
thank you @HeenaMadan - Are there any pointers or use cases I should consider when choosing this solution? such as what should be invocation strategy - event based (page create/update/delete) or workflow or any other method.. please share your thought on this..

Views

7

Like

1

Replies

0
Re: Image in test is initialized to null. - Adobe Experience Manager 22-08-2022
I solved it by myself, the problem was in how to initialize a resource via the referenced Json file. All the fields that the image needs to be inserted into the environment must be entered

Views

9

Like

1

Replies

0
Re: which filter is run first, lower or higher order/priority/ranking number? - Adobe Experience Manager 20-08-2022
Due to conflicting documentation, I added debug statements to see what was happening. the answer is in fact a), so it appears that @SantoshSai could be wrong, and @arunpatidar could be right, at least for the current AEM cloud local dev environment.

Views

12

Likes

0

Replies

0
Re: Home page (sites) 503 issue after restart - Adobe Experience Manager 11-08-2022
require.validation":true,"user.enable.default.mapping":true,"required.principal.validators":["org.apache.sling.jcr.resource.internal.JcrSystemUserValidator","com.adobe.granite.repository.impl.SystemPrincipalsValidation"],"required.user.validators":["org.apache.sling.jcr.resource.internal.JcrSystemUserValidator","com.adobe.granite.repository.impl.SystemUserValidation"], this validation causes issues. Please remove and try.

Views

61

Likes

0

Replies

0
Re: Bulk Update Asset title - Adobe Experience Manager 09-08-2022
Bulk editor is available on AEM as a cloud service also. But I haven't use it on AEM as a cloud service personally. I have used bulk editor on different AEM 6.5.X.

Views

39

Likes

0

Replies

0
Re: How to add Favicon to my site? - Adobe Experience Manager 08-08-2022
Sorry for replying with another question. but you mean I should use data-sly-include="head.html" in main/page.html?

Views

80

Like

1

Replies

0
Re: How to display page properties of 2 level up page - Adobe Experience Manager 02-08-2022
Hi @bangar20 , You can achieve this requirement with the help of HTL Global Objects in Sightly. Sightly Code : 2nd Level Page Path : ${currentPage.parent.parent.path} 2nd Level Custom Page Properties : ${currentPage.parent.parent.properties['countryName']} 2nd Level Page Title : ${currentPage.parent.parent.properties['jcr:title']} 1st Level Page Title : ${currentPage.parent.properties['jcr:title']} 0 Level or Current Page Title : ${currentPage.properties['jcr:title']} Or : ${pageProperties['jcr:...

Views

73

Likes

2

Replies

0
Re: logs not getting updated when running AEM inside windows - Adobe Experience Manager 31-07-2022
I just tried inside a cmd+run-as-admin. same results. none of the log files has been updated. The only change that I can see is that a new s7access-my-current-date.log has been created for today.

Views

44

Like

1

Replies

0
Re: HOW TO INCLUDE ONE COMPONENT WITHIN ANOTHER COMPONENT? - Adobe Experience Manager 30-07-2022
@ac6600 data-sly-resource includes the result of rendering the indicated resource through the sling resolution and rendering process. It helps include result of a resource from a path specified. The sling resolution and rendering process will process the indicated resource from path and result will be included. In your case you just have to use - within the html of your page-hero component. for more details fon HTLs: https://experienceleague.adobe.com/docs/experience-manager-htl/using/htl/block...

Views

90

Likes

2

Replies

0