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: Site Templates - Adobe Experience Manager 19-07-2022
@Eweni You can also check this doc. https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html https://github.com/adobe/aem-guides-wknd

Views

102

Like

1

Replies

0
Re: The login page is constantly refreshing and I am unable to enter my credentials. - Adobe Experience Manager 19-07-2022
@VNICOLI It had happened to me some time back, restarting the system or closing all tabs and clearing cache,cookies etc at browser setting level worked for me.

Views

108

Likes

3

Replies

1
Re: How to fetch the values from multifield child nodes by using HTL? - Adobe Experience Manager 19-07-2022
@mrmachi Its recommonded to use sling model to get the list and then use it in the HTL file accordingly.You can use@ChildResourceprivate

Views

62

Likes

0

Replies

0
Re: The Evolution of AEM Sites Tutorials - Adobe Experience Manager 19-07-2022
Very useful links, Thanks for sharing.

Views

118

Likes

3
Experience League- AI Reply Bot - Adobe Experience Cloud 18-07-2022
Request for Feature Enhancement (RFE) Summary: AI Reply bot to FAQ or similar questions on Community Use-case: There are many similar and repeated questions with the same answer. Current/Experienced Behavior: Fully Manual process Improved/Expected Behavior: Partially automated AI cabablity to analyse the queries and suggest similar queries/ possible answer to the queries, before posting the query, using existing library of questions and smart keyword algorithm. Also can allow suggestion look-up ...

Views

81

Like

1

Replies

1
Re: Fetch Page information in Another page through dialog. - Adobe Experience Manager 18-07-2022
@Tessa_learner1 Yes its possible to do in the sling model. @Model(adaptable=Resource.class)public class TestClass {@SelfResource resource;@PostConstructpublic void init() { PageManager pm = resource.getResourceResolver().adaptTo(PageManager.class); Page containingPage = pm.getContainingPage (resource); ValueMap pageProperties = containingPage.getProperties();}} map the properties to variables and then use it in the HTL.

Views

100

Like

1

Replies

0
Re: logs not getting updated when running AEM inside windows - Adobe Experience Manager 18-07-2022
@jayv25585659 Can you try running it in administator command prompt/ Run as administrator. java -Xmx1520m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=30303,suspend=n -jar cq-author-4502.jar

Views

60

Likes

2

Replies

1
Re: OOTB AEM 6.5.0 is not running in M1 processor Mac machine. - Adobe Experience Manager 18-07-2022
@Saravanan_Dharmaraj Is there anything on the error logs? Can you share that too?

Views

121

Like

1

Replies

1
Re: Questions related to Custom Functional Testing - Adobe Experience Manager 16-07-2022
@Kabrawalaak you can ref. to this: https://www.youtube.com/watch?v=yJX6r3xRLHU

Views

87

Like

1

Replies

0
Re: Effective Access Control Policies in AEM 6.5 - Adobe Experience Manager 16-07-2022
@akshaybhujbale https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/user-group-ac-admin.html?lang=enhttp://www.aemcq5tutorials.com/tutorials/adobe-aem-cq5-tutorials/aem-permissioning/

Views

60

Like

1

Replies

0