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

Dvaraka
Dvaraka
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
3

Posts

Posts
11

Discussions

Discussions
0

Questions

Questions
11

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Dvaraka
Customize the badges you want to showcase on your profile
Re: sling servlet - Adobe Experience Manager 25-05-2022
You can also call the out of the box content APIs (which utilizes servlets) in AEM like: .model.json - https://experienceleague.adobe.com/docs/experience-manager-64/developing/components/json-exporter.html?lang=en.infinity.json - https://one-inside.com/aem-headless-cms/#Content_APIspageinfo.json - https://github.com/AdobeDocs/experience-manager-65.en/blob/main/help/sites-developing/pageinfo.md

Views

110

Like

1

Replies

0
Re: sling model - Adobe Experience Manager 26-04-2022
@Dvaraka As @MayurSatav mentioned , you are actually printing the wrong property in the link. Instead of ${textmodel.custometextarea} you should use the property name you have given to the link field .

Views

186

Likes

2

Replies

0
Re: Sling model - Adobe Experience Manager 25-04-2022
Hi,I think you can use inject or ValueMap for reading any properties in the sling model based time of adaptables.

Views

90

Like

1

Replies

0
Re: Services and Tagging - Adobe Experience Manager 23-04-2022
Can you please elaborate the significance of 4th line of this code and also what are PN_TAGS_MATCH, TAGS_MATCH_ANY_VALUE??

Views

126

Like

1

Replies

0
Re: Services and Filters - Adobe Experience Manager 21-04-2022
Thank you so much sir, will try the solution and get back to you if any queries arise

Views

89

Like

1

Replies

0
Re: core navigation component - Adobe Experience Manager 21-04-2022
you can add a dropdown using datasourcehttps://redquark.org/aem/day-17-granite-datasources/ if need to create dynamic dropdown you can follow below articlehttps://aemlab.blogspot.com/2022/01/aemaacs-touch-ui-dialog-dynamic-dropdown.html

Views

114

Like

1

Replies

0
Re: writing sling model for nested multifield - Adobe Experience Manager 20-04-2022
This article always works for me: AEM: How to use nested Multifields in your components (using a Sling model vs pure HTL)https://levelup.gitconnected.com/aem-how-to-use-nested-multifields-in-your-components-using-a-sling-model-vs-pure-htl-92ff8d036ba1

Views

105

Likes

2

Replies

0
Re: Adding a video in aem page. - Adobe Experience Manager 19-04-2022
Hi ish,when i am working on redquark video component, Pause and Play button is not working i gone through the another js script but its not working. I am pasting the js and html can you check once PLAYPAUSESTOPfunction playVideo(){var my=document.getElementById("video");my.playVideo();} --> Play Video$(document).ready(function() {$('#play-video').on('click', function(ev) {$("#video")[0].src += "&autoplay=1";ev.preventDefault();});});

Views

154

Likes

0

Replies

0
Likes from