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

scottm91515441
scottm91515441
Offline

Badges

Badges
11

Accepted Solutions

Accepted Solutions
5

Likes Received

Likes Received
8

Posts

Posts
35

Discussions

Discussions
10

Questions

Questions
25

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by scottm91515441
Customize the badges you want to showcase on your profile
Re: Maven mysql driver - Adobe Experience Manager 15-09-2019
As said, you need to include it into your POM.Jörg

Views

1.8K

Likes

0

Replies

0
Re: data inject to JCR null when try to resolve - Adobe Experience Manager 15-09-2019
You should be using @Reference to create service objects.

Views

10.8K

Like

1

Replies

0
Re: AEM Search - Adobe Experience Manager 16-09-2019
Thank you so much, all for trying to help me. Apparently my segments were not proper and hence the indexes weren't getting created properly. After fixing that up, the boosting worked I was under the impression that if i'm doing a full-text search, boosting jcr:title doesn't work but that's not the case, it's working and the property is taking priority over other properties.

Views

5.0K

Like

1

Replies

0
Re: Image not displaying when content fragment component is adapted to Image.class - Adobe Experience Manager 02-09-2019
CF stores data in binary of html, not as node and property.you can try but it seems it is not possible in with sling adaptions.

Views

645

Likes

0

Replies

0
Re: getting AEM to recognize styles - Adobe Experience Manager 06-09-2019
Okay so I think I see the issue. Your LESSSimplified LESS.cmp-contentfragment--hlarticle { .cmp-contentfragment { ... }}LESS selector in English"This style applies to elements with a cmp-contentfragment class which are inside an element with a cmp-contentfragment--hlarticle class"Example target of the LESS selector ...What the LESS should beSimplified LESS.cmp-contentfragment { &.cmp-contentfragment--hlarticle { ... }}LESS selector in English"This style applies to elements with both a cmp-conten...

Views

1.1K

Likes

0

Replies

0
Re: Applying XML Documentation condition sets - Experience Manager Guides 03-09-2019
I can refine the question now.So, there are:1. Condition presets in a folder profile2. "Condition preset" in map, that is a list of names and values.3. The condition attributes themselves.What I see is that you have to attributes specified in DITA before the add button will add a condition to a map. So, it's finding attribute specifications and adding them. In other words, they aren't "preset", they are directly set. A nd, I guess you would need to keep track of te content so you know if you nee...

Views

4.0K

Likes

0

Replies

0
Re: Value not persisting in payload via participant step in aem intermittently - Adobe Experience Manager 03-09-2019
The issue is now fixed. The root cause for this issue was that there is a custom ajax call made which too was trying to update the node. Hence we were getting the node already checked in exception.Thanks !!

Views

1.1K

Likes

0

Replies

0
Re: sling model choice - Adobe Experience Manager 31-08-2019
If you want to read the values that an author enters into a component dialog, then:@Model(adaptables = Resource.class)will be fine. For more on working with Sling Models on 6.5 - see this article -- Building Experience Manager 6.5 Components using Granite/Coral Resource Types

Views

1.3K

Like

1

Replies

0
Re: Component property not loading - Adobe Experience Manager 31-08-2019
Post your code that you are using?

Views

1.0K

Like

1

Replies

0
Re: Schema markup via JSON-LD - Adobe Experience Manager 16-10-2019
These links could be helpful:1) https://forums.adobe.com/thread/23252462) https://developers.google.com/web/updates/2015/03/creating-semantic-sites-with-web-components-and-jsonld3) https://github.com/adobe/aem-core-wcm-components/wiki/schema.org-microdata4) https://moz.com/blog/json-ld-for-beginners

Views

3.7K

Likes

0

Replies

0
Likes from