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

keshava219
keshava219
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
13

Posts

Posts
27

Discussions

Discussions
5

Questions

Questions
22

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by keshava219
Customize the badges you want to showcase on your profile
Re: How to allow Servlet path in dispatcher domain - Adobe Experience Manager 22-07-2022
HI,I would suggest to register a servlet via resourceType but path.Use a selector and extension during servlet registration and allow those from dispatcher. But answering your original question, Add this at very last or before deny rules# Allow my link Path/010 { /type "allow" /path "/bin/customproject/mylink"}

Views

37

Likes

2

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

114

Likes

2

Replies

0
Re: how to update a json file in JCR repository by using sling servlet ? - Adobe Experience Manager 08-07-2022
@keshava219 you may just need to call the servlet via form-submit/ajax,call the 3rd party API from the servlet ,get the resonpse ,manupulate the data as required and use JCR APIs to manupulate JCR nodes etc.and send it back via response object. you can also ref these links.: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-where-to-store-json-files-to-access-json-as-it-is-in-ui/m-p/272656https://aemsimplifiedbynikhil.wordpress.com/2019/10/04/read-write-data-in-jso...

Views

71

Like

1

Replies

0
Re: Dynamically populate selection dropdown in a dialog with a datasource using JSON - Adobe Experience Manager 07-07-2022
hi @shaileshbassi, Thanks, this was helpfull But I want to pass along with parameters as well to servlet from dialog which author mentionExample On dialog i have numerical number i want to pass to servlet this value possible?

Views

72

Likes

0

Replies

0
Re: Facing issue with Exporter while exporting with JSONObject on page getting unwanted format - Adobe Experience Manager 21-06-2022
So , Cant we return JSONObject if we give annotations like above?

Views

36

Likes

0

Replies

0
Re: while I'm hitting experience fragments on browser "undefined" 404 coming - Adobe Experience Manager 01-06-2022
Is this issue happening on author also? Is your url is getting redirected and appending undefined at the end ? Check if there is any custom code which updates the url to select the variant which might be not working properly.

Views

86

Like

1

Replies

0
Re: Component node json not appearing in page json, Issue with exporter for react approach - Adobe Experience Manager 30-05-2022
Hi,Have you added the component at /ui.frontend/src/components/import-components.js for rendering and for child node collection you need to add a class like belowThis examples are for card container(responsivegrid) type component.Note : The code is not production ready package com.community.aemlab.spa.core.models.impl; import java.util.Arrays; import java.util.LinkedHashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.Optio...

Views

69

Like

1

Replies

0
Re: Getting 404 while loading experience fragment in DNS userinfo.json and undefined - Adobe Experience Manager 18-05-2022
Hi @ArpitVarshney , Thanks a lot working fine now. but undefined still showing on both author and dispatcher

Views

139

Like

1

Replies

0
Re: How to create a file upload field with validation along with error message on AEM cloud for audio files only - Adobe Experience Manager 16-05-2022
Hi @raushan123 , Thanks for your reply ,got the validation message on audio but can you tell me how to get title of the file on dialog

Views

80

Like

1

Replies

0
Re: how to configure in dispatcher level ".model.json" in should allow on DNS domain as well - Adobe Experience Manager 12-05-2022
# to allow model.json for react/0064 { /type "allow" /path "/content//*" /method "GET" /selectors "model" /extension "json" } pls change project name and rule number *(/0064) accordingly and try

Views

129

Like

1

Replies

0
Likes given to
Likes from