AEM 6.5 SPA React | Nested Multifield Not working
Hi All,
I am using nested multifield in AEM6.5 SPA with react. It is not rendering in model json.
Any help is highly appreciated.
Thanks,
Pradeep
Hi All,
I am using nested multifield in AEM6.5 SPA with react. It is not rendering in model json.
Any help is highly appreciated.
Thanks,
Pradeep
Other fields are appearing in model json.
It seems like a particular case; you need to troubleshoot to resolve the issue.
Did you create a separate sling model to read the values of nested multifield from JCR? If yes, I would check whether the sling model has the ComponentExporter adapter and Exporter annotation for exporting the values via the model.json framework.
Lastly, I would start checking for any errors in the logs, and if there are no NPE or other errors, run the AEM in debug mode, add breakpoints in the sling model, and observe the values read from the JCR.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.