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

Ameen_Dev
Ameen_Dev
Offline

Badges

Badges
16

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
21

Posts

Posts
50

Discussions

Discussions
7

Questions

Questions
43

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ameen_Dev
Customize the badges you want to showcase on your profile
How to pass the data in AEM? Syntax Error! - Adobe Experience Manager 02-07-2022
Actually, I am trying to pass the data in order to make the modal popup work. Here I am getting the modal popup through experience fragments. First I created a template to show the modal popup. And I am passing the modal ID to match the experience fragment modal ID. The code is given below Second I am calling the created template on the main HTML to show the modal popup. And the code is given below. More Info Now, the problem is I am not a...

Views

128

Likes

0

Replies

5
HTL Syntax Error - Adobe Experience Manager 01-07-2022
Actually, I am struggling to implement if condition logic in a component. When I execute the below syntax, it is not working. ${properties.ctaText} I don't know where I was wrong. Kindly help!

Views

154

Likes

0

Replies

5
Re: Experience Fragment Path - org.apache.sling.api.request.RecursionTooDeepException error - Adobe Experience Manager 29-06-2022
Yeah, you're right. I was using the entire code. By the way, MyCustomComponent doesn't exist that's the reason I was getting that error.

Views

75

Likes

0

Replies

0
Re: Experience Fragment Path - org.apache.sling.api.request.RecursionTooDeepException error - Adobe Experience Manager 29-06-2022
@Shiv_Prakash_Patel It's not working. getting a different error."com.mysite.models.component.MyCustomComponent cannot be correctly instantiated by the Use API" Any other way to solve this issue?

Views

92

Likes

0

Replies

2
Re: Experience Fragment Path - org.apache.sling.api.request.RecursionTooDeepException error - Adobe Experience Manager 29-06-2022
Where would I give this node property -> ${item.fragmentPath} in the above code?

Views

104

Likes

0

Replies

4
Re: How do I get the multifield count in a component AEM? - Adobe Experience Manager 29-06-2022
Thanks for your solution. It worked as expected.

Views

56

Like

1

Replies

0
Experience Fragment Path - org.apache.sling.api.request.RecursionTooDeepException error - Adobe Experience Manager 29-06-2022
Actually, I am not able to show the Experience Fragment through HTL from the Node Properties. When I include the below HTL in the HTML file, I am getting this error "org.apache.sling.api.request.RecursionTooDeepException:" But when I hard code the path like below, it's working Looking for a solution. Please help!

Views

117

Likes

0

Replies

6
How do I get the multifield count in a component AEM? - Adobe Experience Manager 27-06-2022
Actually, I need to get the multifield count in the component, and then I need to use that count in the HTL. Is there any way to get the multifield count?

Views

97

Likes

0

Replies

3
Re: How to load a specific JavaScript files on a web page in AEM? - Adobe Experience Manager 13-06-2022
Is this a good practice for big websites? or any other way to do this? Because if we are loading the entire scripts for a web page, where it only needed two scripts, then the performance might be affected.

Views

101

Like

1

Replies

2
How to load a specific JavaScript files on a web page in AEM? - Adobe Experience Manager 13-06-2022
I am trying to load only the specific JavaScript files on a web page in AEM? For example:-I have 50 JavaScript for my entire website but I need to load only the 2 Scripts instead of loading the whole 50 scripts. In this case, how do I achieve it?

Views

108

Likes

0

Replies

7