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

ManuMathew1994
ManuMathew1994
Online

Badges

Badges
41

Accepted Solutions

Accepted Solutions
14

Likes Received

Likes Received
127

Posts

Posts
157

Discussions

Discussions
57

Questions

Questions
99

Ideas

Ideas
9

Blog Posts

Blog Posts
12
Top badges earned by ManuMathew1994
Customize the badges you want to showcase on your profile
Re: Junit5- adaptTo from context request is returning null - Adobe Experience Manager 16-07-2022
@shaileshbassi May be your sling model is not having SlingHttpServletRequest.class as abaptables and accepts only Resource.class.

Views

66

Like

1

Replies

1
Re: From Where on CRXDE I can get ACL permission data. - Adobe Experience Manager 16-07-2022
@akshaybhujbale few ref: https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/2.0/16_Access_Control_Management.htmlhttps://experienceleague.adobe.com/docs/experience-manager-screens/user-guide/administering/setting-up-acls.html?lang=en

Views

80

Like

1

Replies

0
Re: AEM Cloud Publisher | Sling servlet response is empty - Adobe Experience Manager 12-07-2022
@pradeepdubey might be related to CSRF token to authenticated sessions.ref. https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/csrf-protection.html?lang=en

Views

141

Like

1

Replies

0
Re: Parsys in custom component is not working. - Adobe Experience Manager 11-07-2022
@Robert-Harper Can you check if there is any required field on the container compoenent to be auhored before authroing the parsys?

Views

111

Likes

0

Replies

1
Re: Show/hide fields based on checkbox in multifield - Adobe Experience Manager 10-07-2022
@sufyan-ayub You can loop the multifield with the length of multifield and use name selector$("input[name='./']")with dynamic item values or use multifield wrapper selector and get the elements one by one and then select the checkboxes using seletors within the element for manupulation. $coralElementsLength.each(function (i, element) {Coral.commons.ready(element, function(panel) {var $THIS_PANEL = $(panel).find(CLASSNAMES.GROUP_WRAPPER);var $checkboxEle = $THIS_PANEL.find(CLASSNAMES.CHECKBOX_SEL...

Views

151

Like

1

Replies

1
Re: Getting error when trying to save any page property - Adobe Experience Manager 10-07-2022
@Unknown1 Can you check the permission- give rights to group everyone .Can you try and save as admin and see if that works?

Views

155

Likes

2

Replies

0
Re: Getting error when adding components in parsys - Adobe Experience Manager 09-07-2022
@gmahesh No its just a component that has inner compoenents using a parsys, and when I add any component on that parsys, it throws this error.

Views

104

Like

1

Replies

0
Re: Adding Category dropdown in Discussion Section to filter Articles according to topic selected. - Adobe Experience Manager 08-07-2022
May be adding categories on profile page also is benefitial - This will help navigate to previously asked questions much quicker for referencing in the future.

Views

76

Likes

0

Replies

0
Re: Meaning of the requestAttribute? - Adobe Experience Manager 08-07-2022
@anasustic Aslo ref. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/requestattributes-data-sly-include/m-p/371183 settings = new HashMap(); @Override public void activate() throws Exception { settings.put("order", "ascending"); }}@Model(adaptables=SlingHttpServletRequest.class)public class ProductSettings { @Inject @Optional @Default(values="empty") public String order;}here 'order' is injected via the Map from the Use-class

Views

183

Likes

2

Replies

1
Adobe products: Links to introduction videos from Adobe for Beginners - Adobe Experience Manager 08-07-2022
Adobe Experience Cloud: Adobe Analytics: https://www.youtube.com/watch?v=zo7XWENN0VUAdobe Campaign: https://www.youtube.com/watch?v=UdKk8blOPUQAdobe Audience Manager:https://www.youtube.com/watch?v=v3oS6MUNBqcAsset Manager (DAM): https://www.youtube.com/watch?v=PBwQqZgC-yoAdobe Experience Manager Forms: https://www.youtube.com/watch?v=aLs1AcJYIBEAdobe Experience Manager Sites: https://www.youtube.com/watch?v=ABj0yh-c_1UAdobe Target:https://www.youtube.com/watch?v=pfDNq1W0R5YAdobe Advertising Clo...

Views

42

Likes

0

Replies

0