Expand my Community achievements bar.

SOLVED

How to handle core component java error?

Avatar

Level 2

Hi,

I am using a core component lets say A which is dependent on other core component B.

If I don't use component B on a page and try to add component A then it breaks the page bcos there is java error "Could not inject all required fields into class" which is obvious as component B is not there.

Is there a way to handle this error nicely so that instead of breaking the page If a message can be shown.

Thanks

Harpreet

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

please report that on asset share commons [1].

Thanks,

Jörg

[1] Issues · Adobe-Marketing-Cloud/asset-share-commons · GitHub

View solution in original post

7 Replies

Avatar

Level 5

hi ,

you need to add @Optional in your case if property values are not mandatory

Please check Apache Sling :: Sling Models

Avatar

Level 2

Where I should add @Optional ? I can't modify the core java files.

Avatar

Level 5

Hi ,

If you can't access your models then  handle null condition in your sightly by using  <data-sly-test > .

Thanks

Avatar

Level 2

Hi,

This didn't help bcos the problem is at java class level. The error occurs before I do <data-sly-test>.

Any way to handle that ?

Thanks

Avatar

Employee Advisor

What core component is this? I am not aware that any component of the AEM Core Component Library requires that another component is present on the same page. Can you provide more details?

Jörg

Avatar

Level 2

Hi,

I am using asset share commons on my website pages. I have overlayed asset share commons components.

There is sort component which takes the form id of search result so search result component has to be on the page for sort to work.

if search result component is not there then sort breaks the whole page as it does not find the form Id.

I hope it make sense.

Let me know if you need more details.

Thanks

Harpreet

Avatar

Correct answer by
Employee Advisor

please report that on asset share commons [1].

Thanks,

Jörg

[1] Issues · Adobe-Marketing-Cloud/asset-share-commons · GitHub