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

Nandheswara
Nandheswara
Online

Badges

Badges
14

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
10

Posts

Posts
13

Discussions

Discussions
5

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Nandheswara
Customize the badges you want to showcase on your profile
Re: AEM Mockito junit testing for multifield - Adobe Experience Manager 02-08-2022
Use this code for ExampleMain Class: @Override public List getBooks() { if (books != null) { return new ArrayList(books); } else { return Collections.emptyList(); } } Test Class: private final AemContext aemContext=new AemContext(); private Author author; @Test void getBooks() { aemContext.currentResource("/component/author"); author=aemContext.request().adaptTo(Author.class); assertEquals(4,author.getBooks().size()); assertEquals("JAVA",author.getBooks().get(0)); assertEquals("DS",author.getBoo...

Views

70

Like

1

Replies

0
Re: Touch UI Advance-cq:dialog - Adobe Experience Manager 19-07-2022
Hi @HariDo Refer these Links also that might be helpfulhttps://levelup.gitconnected.com/aem-conditionally-show-or-hide-fields-in-touchui-dialogs-with-coral-3-ie-aem-6-3-bfd48c261012 http://experience-aem.blogspot.com/2018/01/aem-6310-touch-ui-add-min-max-limit-to-coral-3-multifield.html https://youtu.be/dq_BZrXr00g

Views

83

Likes

2

Replies

0
Re: Touch UI Advance-cq:dialog - Adobe Experience Manager 19-07-2022
Hi @HariDo Here Some of the links regarding the validation of dialog box this will help you https://aemhints.com/2020/11/02/validating-dialog-value/ https://medium.com/@ramamity94/easily-achieving-dialog-validations-in-aem-touch-ui-e78106012282 https://developer.adobe.com/experience-manager/reference-materials/6-4/coral-ui/coralui3/Coral.TabView.html

Views

90

Likes

2

Replies

2
Re: When i try to run the Junit test i got the error in ui-content - Adobe Experience Manager 01-07-2022
By Default Having this what i need to change can tell please org.apache.jackrabbit filevault-package-maven-plugin none com.genc.core genc-aem-training.ui.content content merge /conf,/content,/content/experience-fragments,/content/dam com.genc.core genc-aem-training.ui.apps ${project.version}

Views

44

Likes

2

Replies

0
When i try to run the Junit test i got the error in ui-content - Adobe Experience Manager 29-06-2022
Error:jackrabbit-accesscontrol: Found no access control list, but there is supposed to be one contained as the property 'acHandling' is set to 'MERGE'! (org.apache.jackrabbit:filevault-package-maven-plugin:1.1.6:validate-files:default-validate-files:process-classes) Can anyone solve the issue?

Views

59

Like

1

Replies

2
Workflow for content Fragments - Adobe Experience Manager 17-06-2022
I used a Content Fragment in my page but when i try to add some variation to the existing content fragment mean that need to be approved by approvar before listing it on site.Give some workflow solution for this problem @Arun_Patidar @SantoshSai @DEBAL_DAS @fanindras @lukasz-m @Pulkit_Jain_

Views

106

Likes

0

Replies

3
How to export a json feed of a whole page using servlets - Adobe Experience Manager 17-06-2022
I need to export a json feed of my whole news page using servlets how can i export the JSON Feed Kindly give some solutions@arunpatidar @SantoshSai @DEBAL_DAS @Fanindra_Surat @lukasz-m @Pulkit_Jain_

Views

83

Likes

0

Replies

1
Re: RSS feed creation for AEM website - Adobe Experience Manager 16-06-2022
This is for exporting the single component content i want to export entire page with component content.how can i achieve exporting all component content in a page to xml?

Views

99

Likes

0

Replies

1
RSS feed creation for AEM website - Adobe Experience Manager 15-06-2022
We have requirement like ,Sites needs to provide a new feed for the external agencies to consume and display news on their portal.Can you share any suggestions for how to create the RSS feeds.

Views

146

Likes

0

Replies

5
Re: RSS News Feed - Adobe Experience Manager 15-06-2022
I Have same requirement can you say how to achieve this  

Views

96

Likes

0

Replies

0
Likes given to
Likes from