I have question like I have a slingmodel XYZ and created a component and
dialog for sling model XYZ.From the same component dialog how to inject
sling model ABC without using Mulitfield in dialog.So how to design
dialog and sling model for this purpose.@Model(adaptables =
"Resource.class", defaultInjectionStrategy =
DefaultInjectionStrategy.Optional)public class Xyz { @getter @inject
private String A; @getter @inject Private ABC bclass;}@Model(adaptables
= "Resource.class", defaultInjectionStrat...
{"file_path":"/var/log/aem/error.log","orig_time":"07.02.2022
07:36:07.921","level":"ERROR","msg":"[130.176.157.157 [1644219367526]
GET /content/xyz/us/en/products/ovens/bov650.html HTTP/1.1]
org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for
extension html, cannot render resource JcrNodeResource,
type=xyz/components/breville/subscriptionlist, superType=null,
path=/content/xyz/en/productpage/jcr:content/root/container/container/{xz}/subscriptonList"
} i am getting this above er...