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
@SantoshSai In the generic use case, it's working. In my case, it's not working.

Views

69

Like

1

Replies

0
Re: String Format Syntax Error - Adobe Experience Manager 27-07-2022
@SantoshSai My Apology. I forgot to add the exact code. I have modified the code above. Please have a look. And by the way, there is no specific error in the error log. Just getting this - "org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: org.apache.sling.api.resource.ResourceNotFoundException: Resource at '/content/dam/en/error/404' not found: No resource found"

Views

71

Like

1

Replies

0
String Format Syntax Error - Adobe Experience Manager 27-07-2022
Actually, I am trying to format the string inside the div and when I implement the string format, I am getting a syntax error. Error, I am getting. "org.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Identifier card.html cannot be correctly instantiated by the Use API" And the code is title="${item.includeIcon =='true' ? '{0}{1} @ format=[item.toolTitle, item.toolDescription]' : ''}" I don't know what I am doing wrong. Could someone help me, please?

Views

85

Likes

0

Replies

4
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
Experience Fragment Implementation Issue - Adobe Experience Manager 24-07-2022
Actually, after adding the experience fragment in a component, I am unable to open the touch ui dialog of the same component. What could be the issue? If I remove the experience fragment path through crxde then I am able to open the touch ui dialog. Please help me to solve that issue!

Views

74

Likes

0

Replies

3
Re: Tooltip Syntax Error - Adobe Experience Manager 21-07-2022
Thanks @Mohit_KBansal for your reply. The error was resolved but the encoded HTML did not show the content. The tooltip box is empty, showing white space instead of content.

Views

76

Like

1

Replies

1
Tooltip Syntax Error - Adobe Experience Manager 21-07-2022
I am trying to implement a tooltip but it is giving an error for the below syntax. Kindly help to solve this issue.

Views

82

Likes

0

Replies

5
Re: HTL Syntax Error - Adobe Experience Manager 14-07-2022
Okay @arunpatidar Let me try but can you please explain to me what's the js code issue.

Views

86

Like

1

Replies

0
How to remove the Responsive Grid div in AEM? - Adobe Experience Manager 14-07-2022
Actually, I am using the Responsive Grid in a component and this responsive grid creates a div dynamically in the original HTML. The divs are given below. Now I need to remove the above divs from the HTML. How do I achieve this?

Views

76

Likes

0

Replies

2
HTL Syntax Error - Adobe Experience Manager 13-07-2022
Actually, I am trying to use the below syntax${params.title}But getting this error"Cannot get DefaultSlingScript: Identifier tagname.js cannot be correctly instantiated by the Use API" And the tagname.js code is given belowuse(function () { // you can reference the parameters via the this keyword. var resourceResolver = resource.getResourceResolver(); var tagManager = resourceResolver.adaptTo(Packages.com.day.cq.tagging.TagManager); var tag = tagManager.resolve(this.value); var name = tag.name; ...

Views

102

Likes

0

Replies

3