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
How to allow Servlet path in dispatcher domain - Adobe Experience Manager 21-07-2022
Working fine on author mode but not in Dispatcher levelI want to allow servlet path in publisher domain sample like:"/bin/customproject/mylink?myId=178462736472364762" In dispatcher configuration on filter.any file added new rule with # Allow my link Path/01 { /type "allow" /url "/bin/mysites/*"} but showing 404 in publish any reference?

Views

47

Likes

0

Replies

1
Re: Facing special characters on datasource node rendering in place of "-" - Adobe Experience Manager 08-07-2022
hi @Aditya_Chabuku , Thanks for the reply, after trying that above method spaces and also decoder no change previous still same thing coming .

Views

159

Like

1

Replies

0
Re: Facing special characters on datasource node rendering in place of "-" - Adobe Experience Manager 08-07-2022
Hi @milind_bachani , Im not using response to get api details , Directly from getInputStreamhere is the snippet im using :conn.setRequestProperty("Content-Type", "application/json");conn.setRequestMethod(ABBConstants.GET_REQUEST);BufferedReader in = new BufferedReader(new InputStreamReader(conn.getInputStream()));getting output of json ,im passing to datasource.

Views

167

Like

1

Replies

0
Facing special characters on datasource node rendering in place of "-" - Adobe Experience Manager 08-07-2022
In above image its rending data from thirdparty api calls by name . in place of "-" its coming. but from api i can see value "Welcome to Progress – Image Film".

Views

176

Likes

0

Replies

7
Re: how to update a json file in JCR repository by using sling servlet ? - Adobe Experience Manager 08-07-2022
Hi @ManuMathew1994 , i want to update json values which coming from thirdparty api to store in jcr repository that will render in dialog dropdown . to get this requirement i need to use ajax call to send some params and then servlet will update json file

Views

77

Like

1

Replies

1
how to update a json file in JCR repository by using sling servlet ? - Adobe Experience Manager 07-07-2022
I have a requirement like to update json file by using sling servlet waking up with ajax call . like:Path: apps/myproject/jsonfile/xyz.json

Views

90

Like

1

Replies

3
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
Dynamically populate selection dropdown in a dialog with a datasource using JSON - Adobe Experience Manager 05-07-2022
Hi , I want to create a "Dynamically populate selection dropdown in a dialog with a datasource using JSON" have any perfect reference please ping me how to do step wise function.

Views

132

Likes

0

Replies

5
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: Facing issue with Exporter while exporting with JSONObject on page getting unwanted format - Adobe Experience Manager 16-06-2022
Hi @SantoshSai , I'm using sling model exporter only , that was a method inside the exporter. the annotations in exporter im using the below @Model(adaptables = { SlingHttpServletRequest.class }, adapters = { current.class,ComponentExporter.class }, resourceType = {"RESOURCE_TYPE" }, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)@Exporter(name = ExporterConstants.SLING_MODEL_EXPORTER_NAME, extensions = ExporterConstants.SLING_MODEL_EXTENSION, options = {@ExporterOption(name = "Ser...

Views

83

Like

1

Replies

2
Likes given to
Likes from