Hi narendran63116907 / iainc65537558Below steps should resolve your issueAdd adapters annotation to your model class like adapters = { ComponentExporter.class }Make your sling model Implement ComponentExporter interface and override getExportedType() method. This method should return the sling:res...