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

user06615
user06615
Online

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by user06615
Customize the badges you want to showcase on your profile
Re: Doubt and Solution - Adobe Experience Manager 08-07-2022
@Model(adaptables = "Resource.class", defaultInjectionStrategy = DefaultInjectionStrategy.Optional) public class Xyz { @getter @inject private String A; @Self Private ABC bclass; } @Model(adaptables = "Resource.class", defaultInjectionStrategy = DefaultInjectionStrategy.Optional) public class ABC { @getter @inject private String C; @getter @inject private String D; }Using the @Self annotation, you will be able to achieve this.@Self Annotation - this annotation injects the adaptable object itself...

Views

89

Likes

2

Replies

0
Re: Error - Adobe Experience Manager 20-04-2022
Hi,The error can have multiple reasons. to debug the issue we usually follow different steps. with the above error, you can follow the below steps -i) Take a backup of the content.ii) set up some project-specific error and debug logs.iii) Go to the path - /content/xyz/en/productpage/jcr:content/root/container/container/{xz}/subscriptonList and look for resourceType and follow the path accordingly. and check if the component is available.iv) let's say if the component is available but still you a...

Views

114

Likes

2

Replies

0
Likes from