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: 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 show the tagging values as a dropdown list in Dialog? - Adobe Experience Manager 10-07-2022
@Shiv_Prakash_Patel Thank you so much. It works as expected but the only problem is it allows multiple selections in the dropdown list. I tried to limit that to just one value but it's not happening.

Views

98

Like

1

Replies

2
Re: How do I show the tagging values as a dropdown list in Dialog? - Adobe Experience Manager 09-07-2022
My apology! I am new to Java so can you please edit the code like what you said, so that I can understand in a better way.

Views

129

Like

1

Replies

0
How do I show the tagging values as a dropdown list in Dialog? - Adobe Experience Manager 09-07-2022
Actually, I am trying to get and show all tagging values as a dropdown list in the dialog so that the author can choose the value from the dropdown list. I wrote the code but I am able to get only one tagging value by giving the array number. I have given my code below. Kindly help me to achieve the dropdown list. 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....

Views

151

Likes

0

Replies

7
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
How do I implement the tagging in the component using Java Model Class? - Adobe Experience Manager 06-07-2022
Actually, I trying to implement tagging in the component as a list of values to choose and store in the node. I don't have any idea about doing this. All I know is to use the java model class to get the tagging value and save it in the node.Kindly help me to achieve this. I really appreciate the help.

Views

146

Likes

0

Replies

4
Re: How to include parsys or responsive grid in a row endlessly? - Adobe Experience Manager 06-07-2022
Thanks for your reply @B_Sravan.Here I have two questions1. How do I make the responsive grid appear multiple times? Because when I use the above htl code. It shows the responsive grid only one time but I need it multiple times. Let's say 15 times.2. How do I make the responsive grid appear in a row instead of a column?

Views

131

Likes

2

Replies

2
How to include parsys or responsive grid in a row endlessly? - Adobe Experience Manager 06-07-2022
Actually, I am trying to include the parsys or responsive grid in a component, where I can include a component multiple times in a row. I have attached the example scenario image. Kindly help me to achieve this. I really appreciate the help.

Views

156

Likes

0

Replies

6
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: How to pass the data in AEM? Syntax Error! - Adobe Experience Manager 03-07-2022
My apology, there will not be a span class inside template. I have edited the code. And by the way, I have tried that method too. It's not working.

Views

98

Like

1

Replies

0