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

Babita11
Babita11
Offline

Badges

Badges
10

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
7

Posts

Posts
23

Discussions

Discussions
2

Questions

Questions
20

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Babita11
Customize the badges you want to showcase on your profile
Re: how to print -314% in home page using pi value=3.14 in slightly - Adobe Experience Manager 01-08-2022
Hi @Babita11 , Arithmetic Operation is not possible in Sightly, You have to handle this from the backend using Java or JavaScript API. As Suggested by @Mohit_KBansal , You can use a format pattern to show the percentage and fetching value from the backend. Please refer to the below useful links: https://github.com/adobe/htl-spec/blob/1.4/SPECIFICATION.md#1223-numbers https://stackoverflow.com/questions/30366683/how-to-total-up-first-few-elements-in-a-for-each-loop-of-sightly Hope this could help...

Views

66

Like

1

Replies

0
Re: When developer want to use core component(without sample content), use to download and verify before use then .Which version of Aem we can use -> OPTIONS [1]Version6.3, [2] AEM as cloud service, - Adobe Experience Manager 29-07-2022
You can use either option. The only difference is, Core components are part of AEMaaCS, while in on-prem setup, you need to install it (either via POM dependency or manually).

Views

38

Like

1

Replies

0
Re: Need help for junit implementation for video component in AEM using constructor in implementation class - Adobe Experience Manager 14-06-2022
Hi , You can check this answer in the community, this deals with test cases for overlayed OOTB components.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/junit-test-cases-for-sling-models-based-on-delegation-pattern/qaq-p/350636

Views

59

Like

1

Replies

0
Re: AD0-E123 Adobe Experience Manager Sites Developer Professional Certification preparation - Adobe Experience Manager 18-05-2022
Hi @Babita11 Please refer to the link to guideAD0-E123 Adobe Experience Manager Sites Developer Professionalon this page you will find all you need, in terms of certifications - objectives and scope, sample questions etc.Preparation material - 1. https://experienceleague.adobe.com/docs/experience-manager-tutorials.html2. https://experienceleague.adobe.com/docs/experience-manager-65/release-notes/home.html?lang=enHope that helps you!Regards,Santosh

Views

180

Likes

3

Replies

0
Re: Can anyone suggest me How can I do adobe certification in AEM less than one year experience? - Adobe Experience Manager 18-04-2022
Hi @Babita11, please have a look into this topichttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/information-on-certification/td-p/448565I believe it covers what you need. I've listed there Professional level certificates, that should match your level of experience. It also links to Adobe pages that describes each certificate in the detailed way.

Views

69

Like

1

Replies

0
Re: Define and throw a dedicated exception instead of using a generic one - Adobe Experience Manager 23-02-2022
Hi @Babita11 You should not throw generic exceptions. You should be subclassing Exception and then throwing your subclass, so that the type of the exception actually provides information about what is going on, allowing clients of the function to catch and treat it appropriately. Example:Here Exceptio is generic in nature and you should not be using it. Instead of that you should use the specific category type i.e., either "LoginException", "RepositoryException", depending upon the nature of exc...

Views

1.2K

Likes

2

Replies

0
Re: AEM-junit for text component using textmodel - Adobe Experience Manager 22-02-2022
what is object here(object.getText()) and what is textmodelobject

Views

144

Like

1

Replies

0
Re: Where can I find image model - Adobe Experience Manager 27-12-2021
You can find the source code in github Interface: https://github.com/adobe/aem-core-wcm-components/blob/master/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/models/Image.javaImpl. : https://github.com/adobe/aem-core-wcm-components/blob/master/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/models/v2/ImageImpl.java In aem you can check in below bundle http://localhost:4502/system/console/bundles Adobe Experience Manager Core WCM Components Core Bundle

Views

173

Like

1

Replies

0
Re: please give me one example for how to create login form using post method using slingservlets in aem. - Adobe Experience Manager 08-12-2021
If your requirement is to enable a custom login form to let the user login to the AEM website, the simple option isCreate a Login form with the below input fieldsname="j_username"name="j_password"Submit the form data to /system/sling/login/j_security_check endpoint,Sample form from WKND website - refer to https://wknd.site/us/en.html SIGN IN RegardsAlbin Iwww.albinsblog.com

Views

160

Like

1

Replies

0
Likes given to
Likes from