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

milind_bachani
milind_bachani
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
48

Likes Received

Likes Received
264

Posts

Posts
194

Discussions

Discussions
65

Questions

Questions
129

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by milind_bachani
Customize the badges you want to showcase on your profile
Re: How I can include a client library based on component, AEM 6.5 ? - Adobe Experience Manager 26-07-2022
In this context, i have a similar scenario where we are using core component and style system. Now with style system my css file size will increase. Now is there a way to optimize the load of required CSS only in case of specific core components getting used in that page?

Views

47

Likes

0

Replies

0
Re: AEM Content Fragment (No items were found) - Adobe Experience Manager 19-07-2022
Thanks a lot, as you said1. My recreated AEM can see those folders2. Since I'm not sure what's affecting it, I just tried to package the conf and oak:index folders to install into the new AEM, and it worked without any issues, still able to see those folders.

Views

103

Like

1

Replies

0
Re: AuthenticationSupport service missing. Cannot authenticate request. - Adobe Experience Manager 18-07-2022
Hi Srikanth, I had deleted all index files and restarted services also.But still i get this same error

Views

900

Likes

0

Replies

0
Re: Effective Access Control Policies in AEM 6.5 - Adobe Experience Manager 16-07-2022
@akshaybhujbale https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/user-group-ac-admin.html?lang=enhttp://www.aemcq5tutorials.com/tutorials/adobe-aem-cq5-tutorials/aem-permissioning/

Views

62

Like

1

Replies

0
Re: Facing special characters on datasource node rendering in place of "-" - Adobe Experience Manager 10-07-2022
Making sure you are encoding your strings as UTF-8 in Java should solve the trick. Encoding With Commons-Codec commons-codec commons-codec 1.14 String rawString = "Welcome to Progress - Image Film"; byte[] bytes = StringUtils.getBytesUtf8(rawString); String utf8EncodedString = StringUtils.newStringUtf8(bytes);What is UTF-8? UTF-8 is a variable-width character encoding used for electronic communication. Defined by the Unicode Standard, the name is derived from Unicode Transformation Format – 8-...

Views

116

Likes

2

Replies

0
Re: React custom component with props in cif-venia project - Adobe Experience Manager 02-07-2022
Hi, I am having the same issue. I have tried a lot of solutions and I dit not have success. I did not find any internet material about this topic. We are using AEM Venia Demo (https://github.com/adobe/aem-cif-guides-venia) and we cannot create a React.js component with props that can be editable on AEM dialogs. Only we can create static React.js components. Did someone already created a React.js component with the AEM Venia Demo? Please, we need solve this issue.

Views

78

Likes

0

Replies

0
Re: Archetype Versions - Adobe Experience Manager 29-06-2022
Hi @Jivithesj , There is no way to find out the current archetype being used for the project.You could have two archetypes which have the same structure in output, and is hard to determine which one is version X and which one is version Y.Also, there is no such metadata stored in the codebase after generation. However, if you had a project freshly created by you on your system, you would see a file named : archetype.properties, but sadly, it would only have parameters used to generate that proje...

Views

91

Like

1

Replies

0
Re: How do I get the multifield count in a component AEM? - Adobe Experience Manager 29-06-2022
Thanks for your solution. It worked as expected.

Views

58

Like

1

Replies

0
Re: Caching with EhCache in AEM - Adobe Experience Manager 27-06-2022
Hi,You can probably explore ACS commons HTTP memory cachehttps://adobe-consulting-services.github.io/acs-aem-commons/features/http-cache/index.html This will provide you all the interface to check, rebuild and clear the cache.

Views

86

Like

1

Replies

0
Re: Mixing React and Sightly components in a page - Adobe Experience Manager 22-06-2022
The problem is lets say we are adding this "responsive-root" div element to body.html of /apps/mycompany/spa-page. This spa-page component itself is rendered by React and hence it can not handle any HTL components.

Views

108

Like

1

Replies

0