How to handle core component java error?
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