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

HariDo
HariDo
Online

Badges

Badges
12

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
6

Posts

Posts
11

Discussions

Discussions
3

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by HariDo
Customize the badges you want to showcase on your profile
Re: AEM Mockito junit testing for multifield - Adobe Experience Manager 03-08-2022
Hi, I have an example here but the implementation may be different for multifield Mainhttps://github.com/arunpatidar02/com.aemlab.junitapp/blob/master/core/src/main/java/com/aemlab/junit/core/models/ModelHelper.java Test https://github.com/arunpatidar02/com.aemlab.junitapp/blob/master/core/src/test/java/com/aemlab/junit/core/models/ModelHelperTest.java Json - https://github.com/arunpatidar02/com.aemlab.junitapp/blob/master/core/src/test/resources/com/aemlab/junit/core/models/ModelHelperTest.json

Views

55

Like

1

Replies

0
Re: Template Senarios - Adobe Experience Manager 22-07-2022
@sachinarora Thank you for the answer it worked   

Views

60

Like

1

Replies

0
Re: Touch UI Advance-cq:dialog - Adobe Experience Manager 19-07-2022
Hi,You can have look to https://aemlab.blogspot.com/2019/05/aem-touch-ui-component-dialog-field.html

Views

75

Likes

2

Replies

0
Re: Workflow for a manager Approval - Adobe Experience Manager 20-06-2022
@HariDo Can you log the support ticket for this. Even I tried and it is not working. In the workflow history it is showing as complete but it is not working The step "Delete Asset", calls the java class "com.day.cq.dam.core.process.DeleteAssetProcess" which checks the 2 conditions i.e.if (getAssetManager(workflowSession.getSession()).removeAssetForBinary(binaryPath)) { log.debug("execute: successfully removed asset [{}] for binary [{}].", DamUtil.binaryToAssetPath(binaryPath), binaryPath); } els...

Views

57

Like

1

Replies

0
Re: How to use a simple HTML component dynamically - Adobe Experience Manager 17-06-2022
Hi @sanzstark , One of the easiest way to do this to create an content wrapper/include component that uses data-sly-resource to render the resource and take resource path(page path) as an input. You had to create an page with just your map iframe in AEM and pass the page path to the wrapper/include component. You can either include(path/to/resource) till resource at root(can be useful for the rendering other pages content Disadvantage: Components becomes authorable in the wrapper/include compone...

Views

88

Like

1

Replies

0
Re: How to create Custom Navigation Using Sling Models - Adobe Experience Manager 17-06-2022
Hi @HariDo ,Recommended to refer AEM Core Navigation component - speed up development time and reduce maintenance cost , You can extend, apply Sling Model Delegation approach, to save your increased efforts, since it does have almost similar feature as per your requirement.Reference: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/navigation.html?lang=enHope that helps you!Regards,Santosh

Views

51

Like

1

Replies

0
Re: Site specific to region should be highlighted in navigation when user is in region specific site - Adobe Experience Manager 14-06-2022
Hi, As I could think of the possible solution for implementing this: 1. Create the nav component and take the input from the author about the root page (as in OOTB) and Region Site level.2. Start iterating the pages in java class and the time you get the match in the site level with the page level, you can create a idenitfier.e.g. save all these values in a List or something alike.3. In the sightly while rendering, check for the identifier from the sling model created in Step 2 and you can add y...

Views

55

Like

1

Replies

0
Re: Error in plugin while running Junit 5 testing in VSCode - Adobe Experience Manager 01-06-2022
Hi @Nandheswara, As this is only seen in VS code can you raise the issue here: https://github.com/microsoft/vscode/issues Hope this helps! Thanks,Kiran Vedantam.

Views

95

Likes

2

Replies

0