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

Mohit_KBansal
Mohit_KBansal
Online

Badges

Badges
28

Accepted Solutions

Accepted Solutions
23

Likes Received

Likes Received
136

Posts

Posts
94

Discussions

Discussions
18

Questions

Questions
76

Ideas

Ideas
1

Blog Posts

Blog Posts
3
Top badges earned by Mohit_KBansal
Customize the badges you want to showcase on your profile
Re: how can I access a javascript variable in my HTL attribute - Adobe Experience Manager 20-07-2022
As mentioned by Arun, you can not use clientSide variables to render server side scripts. In this case, you render your HTML and use javascript to show/hide block based on js Variable value. ${"America" @ i18n, context='html'} # Hide showInput div block on page load .showInput { display: none; } if(isTrue) { // Display showInput div block if JS object is true }

Views

53

Likes

2

Replies

0
Re: Implement interactive graphic in AEM cloud - Adobe Experience Manager 20-07-2022
You should create clientlib [1] to render your infographic via CSS/js. [1] https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/clientlibs.html?lang=en

Views

50

Likes

2

Replies

0
Re: Content Fragment with Multifield - Adobe Experience Manager 19-07-2022
Just wondering if CF without multifield working for you?

Views

68

Like

1

Replies

1
Re: How to get responsivegrid data using jcr api - Adobe Experience Manager 19-07-2022
Please check this discussion [1] [1] https://stackoverflow.com/questions/48741445/how-to-iterate-over-jcr-nodes-in-java

Views

44

Like

1

Replies

0
Re: Need to count the items present in same category in json. - Adobe Experience Manager 19-07-2022
I would follow the following steps:Create a map Iterate JsonArray objectadd/increase map object for each categoryYour map will have list of categories with countnow iterate over JsonArray againget category count from map, and add count in JsonObject

Views

43

Like

1

Replies

0
Re: Can we create site in default folders apart from /content? - Adobe Experience Manager 18-07-2022
Short answer is no.All user-facing content should be placed under /content folder. There are some content (eg. clientlibs) placed under /apps, but exposed via /etc.clientlibs, but all editor-generated content should be placed under /content only,.

Views

61

Likes

2

Replies

1
Re: Multiple AEM requests are being sent to the server at the same time, and responses are being swapped or overridden - Adobe Experience Manager 14-07-2022
For the #1 issue, a potential problem could be global variables used. Please check your servlet code and make sure that variables are declared correctly with correct visibility.

Views

77

Like

1

Replies

0
Re: How to remove the Responsive Grid div in AEM? - Adobe Experience Manager 14-07-2022
Just want to understand, that you are trying to use the Responsive grid without using grid capability? As grid won't work as expected after removing these Divs.If so, don't you use normal parsys?

Views

67

Like

1

Replies

0
Experience League community / adding tags or categories for questions, ideas and blogs - Adobe Experience Manager 12-07-2022
Request for Feature Enhancement (RFE) Summary: Experience League community / adding tags or categories for questions, ideas and blogs Use-case: Tags/categories will help users to filter content and find relevant content quickly Current/Experienced Behavior: Currently, I see search functions and recommendations based on what user type. Improved/Expected Behavior: Adding tags/categories will provide additional filters to narrow down the content. Environment Details (AEM version/service pack, any o...

Views

55

Likes

2

Replies

1
Re: Finally! All The AEM Content You Need, All in One Place on AEM Community! - Adobe Experience Manager 12-07-2022
It's great. Looking forward to great content by community experts.

Views

573

Likes

3