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

ashish_mishra1
ashish_mishra1
Online

Badges

Badges
14

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
9

Posts

Posts
35

Discussions

Discussions
2

Questions

Questions
33

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ashish_mishra1
Customize the badges you want to showcase on your profile
Re: Sling Model mapping not working with SPA react - Adobe Experience Manager 02-03-2020
Thanks for the help, It worked now

Views

2.0K

Likes

0

Replies

0
Sling Model mapping not working with SPA react - Adobe Experience Manager 02-03-2020
HI I am trying to implement the AEM Sling model with react but when I am doing this.props in my react I am seeing only this "{"cqType":"wknd-events/components/content/countdownclock","cqPath":"/content/wknd-events/react/home/jcr:content/root/responsivegrid/countdownclock","isInEditor":true}" , my sling model getter methods are not getting added in the JSON, below is the sling model code - package com.adobe.aem.guides.wkndevents.core.models; import com.adobe.cq.export.json.ComponentExporter; impo...

Views

2.1K

Likes

0

Replies

4
Get the Page Title in Component Dialog - Adobe Experience Manager 05-02-2020
I have a requirement where I want to populate the page title in the component dialog as a value. I know this can be done by writing dialog listener, Is there any other way to do this?

Views

2.7K

Likes

0

Replies

3
Re: How to delete jcr value of cq:dialog granite field, w... - Adobe Experience Manager 05-02-2020
You can use this dialog validation code to achieve this. Here, we will be setting either of the input value is null. if another field is selected using the dropdown. (function(document, $, ns) { "use strict"; $(document).on("click", ".cq-dialog-submit", function(e) { e.stopPropagation(); e.preventDefault(); var $form = $(this).closest("form.foundation-form"), selectionDropDown = $form.find("[name='./selectionDropDown']").val(), message, clazz = "coral-Button "; if (selectionDropDown == 'selected...

Views

1.2K

Likes

0

Replies

0
Re: can we write a query for getting lastmodified date of... - Adobe Experience Manager 05-02-2020
You can Iterate over search results and then adapt the hits to a page and from there get the last modified date of pages. This you can do in Java as well as using groovy script.

Views

1.5K

Likes

0

Replies

0
How to get page selector with custom data - Adobe Experience Manager 14-01-2020
I want to trigger a listener on click of path field icon which will call an API and gets the custom set of data, which structures similar to our page data. I want to fill this data in the page selector modal popup. Is there any way I can do this? (images attached for modal popup where I want to display my data)

Views

754

Likes

0

Replies

0
Re: Give permission to a Group by using Workflows - Adobe Experience Manager 14-01-2020
I have modified my code and now i have used resourceresolver from system user to get user manger object. and it is working fine now.

Views

2.1K

Likes

0

Replies

0
Re: Give permission to a Group by using Workflows - Adobe Experience Manager 14-01-2020
Thanks, for the help, i have implemented the same code from this. But when i am trying to add a group to another group as members, It is not getting added and no Error is also displaying.Map subServiceParameters = new HashMap<>();subServiceParameters.put(ResourceResolverFactory.SUBSERVICE, GlobalConstants.SERVICE_USER_MAPPER_NAME);ResourceResolver resourceResolver = resourceResolverFactory.getServiceResourceResolver(subServiceParameters);UserManager userManager = workflowSession.adaptTo(Resource...

Views

2.1K

Likes

0

Replies

0
Give permission to a Group by using Workflows - Adobe Experience Manager 10-01-2020
We have a requirement where we have to provide permissions to different groups by using workflows. I am not able to find the API which I can use to add the path to the respective groups.@arunpatidar @Lokesh_Shivalingaiah

Views

2.1K

Likes

0

Replies

4
Re: get model.json while replicating page - Adobe Experience Manager 16-10-2019
Thanks Arun, we have checked your code and it is working fine as it is a custom servlet and you are reading/iterating the node through code.We are trying to get ".model.json" working as it is Out of Box and it works for we.retail & geometrix site.Any help is appreciated. Thanks

Views

1.2K

Likes

0

Replies

0