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
Re: String Format Syntax Error - Adobe Experience Manager 27-07-2022
Hi, You cannot assign the the html tags value in attribute. Please check similar thread here https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/tooltip-syntax-error/m-p/462566#M133514

Views

58

Like

1

Replies

0
Re: Tooltip Syntax Error - Adobe Experience Manager 25-07-2022
The tooltip issue was resolved by adding a forward slash in front of the class. 20% off on Mobile DevicesCoupon Applied: SALE50 Thanks, everyone for the help.

Views

37

Likes

0

Replies

0
Re: Experience Fragment Implementation Issue - Adobe Experience Manager 25-07-2022
Couple of things you should do: 1. Check with some other experience fragment whether you are getting same issue or not. 2. Always, refer logs for any issues and if you don't find any relevant information in logs then enable the debug logs and then analyze. I will hope, one of these step will help you to find the root cause.

Views

49

Like

1

Replies

0
Re: How to remove the Responsive Grid div in AEM? - Adobe Experience Manager 15-07-2022
Hi,If you don't want grid then use simple parsys.if you ant to remove just styling then remove reference of grid css from your project or oveeride css.

Views

62

Like

1

Replies

0
Re: HTL Syntax Error - Adobe Experience Manager 14-07-2022
@Ameen_Dev Check the error logs you can find out the exact issue. Might be the issue while resolving the tagid/tagpath "item.productFilterTag"

Views

78

Like

1

Replies

0
Re: How do I show the tagging values as a dropdown list in Dialog? - Adobe Experience Manager 13-07-2022
Thanks @Shiv_Prakash_Patel Can I use the bin in the servlet path?@Component(service = Servlet.class, property = {Constants.SERVICE_DESCRIPTION + "= Tags value in dynamic Dropdown", "sling.servlet.paths=" + "/bin/cardTagLists", "sling.servlet.methods=" + HttpConstants.METHOD_GET })Does it have any issues? Or if I need to change the path, which path do you prefer?

Views

64

Likes

0

Replies

0
Re: How do I implement the tagging in the component using Java Model Class? - Adobe Experience Manager 09-07-2022
Thanks, @shaileshbassiI have written a piece of code to get my scenario. Right now, I am able to get only the particular tag by giving the array number but actually, I need to get all the tags and show them as a dropdown so that the author can choose whatever he wants. Here is the code below. Kindly help. package com.project.core.models.impl; import java.util.ArrayList; import java.util.List; import javax.annotation.PostConstruct; import org.apache.commons.lang3.StringUtils; import org.apache.sl...

Views

79

Likes

0

Replies

0
Re: How to include parsys or responsive grid in a row endlessly? - Adobe Experience Manager 07-07-2022
@Ameen_Dev for question1:you need to loop as mentioned by @B_Sravan.question2: If your thinking of col vs row layouting, then probably you may need to have wcmmode.edit conditions for the classes applied on your html. to use rows in edit mode and col in publish mode.

Views

86

Like

1

Replies

0
Re: How to pass the data in AEM? Syntax Error! - Adobe Experience Manager 06-07-2022
Thanks @ManuMathew1994! Actually, I didn't iterate inside the template but in the main HTML and included the template in the right place. Thanks for giving me the light.

Views

59

Likes

2

Replies

0
Re: HTL Syntax Error - Adobe Experience Manager 01-07-2022
Hi @Ameen_Dev, As @SantoshSai said, I would also suggest to use a sling model to retrieve the value. I also recommend you to use "data-sly-attribute.class" while reading dynamic class values so as to – not to leave class empty when nothing is authored. ${properties.ctaText}

Views

129

Likes

3

Replies

0