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

arunpatidar
arunpatidar
Online

Badges

Badges
57

Accepted Solutions

Accepted Solutions
1211

Likes Received

Likes Received
2755

Posts

Posts
4263

Discussions

Discussions
1043

Questions

Questions
3223

Ideas

Ideas
26

Blog Posts

Blog Posts
9
Top badges earned by arunpatidar
Customize the badges you want to showcase on your profile
Re: sightly || not able to fetch "cq:lastReplicated" - Adobe Experience Manager 17-08-2022
Hi, I need date format as "August 17, 2022". Is it possible? Also, the link http://blogs.adobe.com/experiencedelivers/experience-management/date-formatting-sightly/ is not working. Regards, Priyanshi

Views

27

Likes

0

Replies

0
Re: Add page plugin for Facebook - Adobe Experience Manager 16-08-2022
You are adding the external javascript reference which can be directly added in the component html If you have to write your own javascript and CSS then use ui.frontend module.

Views

81

Like

1

Replies

0
Re: Dispatcher Redirection and Error Handling - Adobe Experience Manager 16-08-2022
Hi All, Previously the redirects were in below format - ErrorDocument 404 /errors/404.htmlErrorDocument 500 /errors/500.htmlErrorDocument 502 /errors/500.html Changing them to below format ensured the URLs were also retained while showing page content from below URLs - ErrorDocument 404 /errors/404/ErrorDocument 500 /errors/500/ErrorDocument 502 /errors/502/ Update - On further refactoring of the redirect rules, specifying the full relative path to DOCROOT also worked. ErrorDocument 404 /content...

Views

53

Likes

0

Replies

0
Re: Return servlet response as json data. - Adobe Experience Manager 16-08-2022
You can use google.gson api to pass json in response. try this. @Override protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) { ResourceResolver resourceResolver = request.getResourceResolver(); Resource resource = resourceResolver.getResource("/content/myproject/language-masters/en/jcr:content/root/container/container/mycomponent"); ProductDetails productDetails = ProductDetails.builder().id("component-id").name("modelname").build(); String jsonString = this...

Views

89

Like

1

Replies

0
Re: Experience Fragment references - Adobe Experience Manager 15-08-2022
Could you share SQL2 query XF references.

Views

29

Likes

0

Replies

0
Re: apps/components folder structure - Adobe Experience Manager 15-08-2022
This also fine unless the developer are not confused with folder structures.

Views

74

Likes

2

Replies

0
Re: Converting hours to days, hours, minutes - Adobe Experience Manager 15-08-2022
Could someone help with displaying the duration between two different dates and times in hours, and days and hours, if possible? I've reviewed almost every post related to this subject in the forums and tried virtually every recommendation out there, but I can't figure it out. Here's the form if anyone can assist. Date and time duration. Thank you in advance.

Views

21

Likes

0

Replies

0
Re: Convert Image as webp format in AEM as Cloud Service - Adobe Experience Manager 15-08-2022
Hi, I think this is available now but check https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/release-notes/release-notes/2020/release-notes-2020-10-0.html?lang=en#assets https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-ideas/webp-format-support/idi-p/381359

Views

42

Likes

2

Replies

0
Re: localhost link not valid for social sites sharing - Adobe Experience Manager 14-08-2022
You can use Nginx to generate public URL for your local host and test your component. I did the same for HID testing.

Views

27

Like

1

Replies

0
Re: Google map integration using API - Adobe Experience Manager 12-08-2022
You need to enable billing on your project first. Google doc says: You have not enabled billing on your project which is causing this error. You must enable Billing on the Google Cloud Project. Login with your account and check here to create billing account. For billing refer here

Views

58

Likes

2

Replies

0