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

TarunKumar
TarunKumar
Online

Badges

Badges
12

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
14

Posts

Posts
18

Discussions

Discussions
8

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by TarunKumar
Customize the badges you want to showcase on your profile
Re: Add H4 in Content Fragment RichText Editor - Adobe Experience Manager 25-08-2022
Hi @Bhuwan_B Please check out this linkhttps://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/configure-rich-text-editor-plug-ins.html?lang=en#para-formats

Views

18

Likes

0

Replies

1
Re: Workflow Email Notification - Adobe Experience Manager 25-08-2022
Hi @khasinaparveen Could you please tell me the random template, which it is picking?

Views

15

Likes

0

Replies

0
Re: Adobe io campaign API integration with aem - Adobe Experience Manager 25-08-2022
I was able to solve it. Just simulated the behavior wit postman call in my java code and it worked.

Views

4

Likes

0

Replies

0
Re: Aem Dispatcher - Delete all cache - Adobe Experience Manager 09-06-2022
Hi @robertol6836527 ,You can do it through postman. Paste the below CURL command in your curl script box of your postman and it will help.curl -H "CQ-Action: Delete" -H "Content-Length: 0" -H "Content-Type: application/octet-stream" -H "CQ-Handle: /content/mymyproj" https:///dispatcher/invalidate.cache

Views

151

Like

1

Replies

0
Re: Adobe io campaign API integration with aem - Adobe Experience Manager 14-04-2022
Hi @Prince_Shivhare I am using Get method in my servlet. Looking at below screen print I am getting issue at highlighted part where I am getting 500 internal server error in response. Due to this I am not able to create access token.Though with the same jwttoken created from below code at line number 148 I am able to get access token using Postman.

Views

89

Like

1

Replies

0
Adobe io campaign API integration with aem - Adobe Experience Manager 07-04-2022
Hi,I am trying to create campaign event through my AEM java code but not able to do so. In the process of creating a bearer or access token I have written below logic but it seems to be failing and giving 500 internal server error.Below is the code snippet:-While I am able to create Bearer token using postman but not programmatically.Any help would be much appreciated.

Views

118

Likes

0

Replies

3
Re: Delegation Pattern for Sling Models returns null object - Adobe Experience Manager 15-11-2021
Hi @MohitKumarK Thanks for your reply. I have tried adapting to resource "myproject/components/content/navigation" as well but this also doesn't serve the purpose and my navigation object appear as null.Also attached is the screen print of my navigation component which is extending the core navigation component.

Views

597

Like

1

Replies

1
Re: Delegation Pattern for Sling Models returns null object - Adobe Experience Manager 14-11-2021
Hi @MohitKumarK Please find the model class code snippet that I am using:@Model(adaptables = { SlingHttpServletRequest.class}, adapters = {ComponentExporter.class,Navigation.class,NavigationCustomModel.class },resourceType = "myproject/components/content/navigation", defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)@Exporter(name = "gson", extensions = ExporterConstants.SLING_MODEL_EXTENSION)public class NavigationCustomModel implements Navigation {private static final Logger LOGGER ...

Views

620

Like

1

Replies

3
Re: Delegation Pattern for Sling Models returns null object - Adobe Experience Manager 12-11-2021
HI @Asutosh_Jena_ I have followed the same approach as mentioned the article provided by you. However, I am facing issue when I am trying to instantiate my custom model class using below line of codes:NavigationCustomModel navigation= resource.adaptTo(NavigationCustomModel.class);Above returns navigation as null.

Views

644

Likes

2

Replies

5
Delegation Pattern for Sling Models returns null object - Adobe Experience Manager 12-11-2021
I am trying to delegate core navigation component for my proxy navigation component. I have used below code snippet for that purpose in my sling model class.@Self@Via(type = ResourceSuperType.class)private Navigation nav; But this type of injection is providing null object when creating model object using modelfactory. Any suggestion would be helpful.

Views

655

Likes

0

Replies

7
Likes from