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

Fanindra_Surat
Fanindra_Surat
Online

Badges

Badges
23

Accepted Solutions

Accepted Solutions
33

Likes Received

Likes Received
103

Posts

Posts
83

Discussions

Discussions
13

Questions

Questions
70

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Fanindra_Surat
Customize the badges you want to showcase on your profile
Re: hostname or ip address of the system we are triggering a request (aem6.5) - Adobe Experience Manager 12-09-2021
What is this request? How will it invoke the above code if you access the URL.Can you please provide info how are you integrating this code? Thanks!

Views

226

Like

1

Replies

0
Re: Trying to pull in JSON from URL and return to Component to loop through - Adobe Experience Manager 10-09-2021
Hey @SocialTaylor - I would say, we may need to confirm if the json to object mapping in your service layer is happening properly. For that, you can add few loggers after the object mapping and print the values from your pojos.If this test is as expected, we can get to the Sightly rendering part of the flow. Thanks,Fani

Views

380

Like

1

Replies

0
Re: Old JS and CSS served under new name after deployment - Adobe Experience Manager 09-09-2021
Hi @Alexander_Prikhodko When you use ACS Commons Versioned clientlib, it will generate a random number so everytime after deployment the new number will be generated which will have the updated content. We just need to ensure with each deployment, we are clearing both CDN and Dispatcher cache which will always fetch the latest content from publish and serve the latest content. Even if the content is cached at users browser, it will always use the new file as the new file will have a different ha...

Views

617

Likes

0

Replies

0
Re: query builder publish issue - Adobe Experience Manager 09-09-2021
Hi All, Thank you for your reply. We introduced a new site recently and this site path was not present in existing custom Lucene index. After including the new site Path, All works fine now . Thanks.

Views

253

Likes

2

Replies

0
Re: Requirement on Query builder - Adobe Experience Manager 09-09-2021
Exactly, this is my requirement.Let me check and confirm back. thanks a lot.

Views

276

Like

1

Replies

0
Re: AEM Target replacing href value - Adobe Experience Manager 08-09-2021
Hi , if tryied with #, we are getting "#" in url , is there any option with "javascript:void()" approch Thanks!, Unnikrishnan

Views

128

Like

1

Replies

0
Re: The Best Headless Content Management Systems | AEM Community Blog Seeding - Adobe Experience Manager 08-09-2021
Good, short summary of different CMS's in Headless space.

Views

107

Like

1

Replies

0
Re: Replication Queue blocked - Failed to register namespace mapping - Adobe Experience Manager 08-09-2021
Hi @kbitra1998 - Just to debug and rule out the permissions issue, try updating replication agent with admin user and replicate the content. It should be successful. You can revert the user, after performing this test. Thanks,Fani

Views

475

Like

1

Replies

0
Re: Get the component on a page - Adobe Experience Manager 31-08-2021
Hi @Shaheena_Sheikh - Do you want to fetch the component path from a page based on the resource type?If yes, there are 2 ways. With the help of a query or with node iteration. With query - Since you know the root path already, construct a query similar to below and this will return the exact component path.path=/content/we-retail/us/en/men/jcr:contentproperty=sling:resourceTypeproperty.value=weretail/components/content/title With node iteration - From the parent root path, iterate until you find...

Views

282

Likes

2

Replies

0
Re: How to upload a zip file from AWS S3 bucket to AEM? - Adobe Experience Manager 26-08-2021
Hi @Joy786 - Updated my response.

Views

367

Like

1

Replies

0