Nested multifield within multifield - Content fragment Model
I have a use-case where we are using custom datatypes , multifield within another multifield in a Content fragment model.
Following link was helpful and js works as expected but when there is another multifield within a multifield the values are not saved for the second multifield -
https://jimfrenette.com/aem/content-fragments/composite-multifield/#google_vignette
java.lang.IllegalArgumentException: Value for key products can't be put into node: [Ljava.lang.Object;@5fde8369
at org.apache.sling.jcr.resource.internal.JcrModifiableValueMap.put(JcrModifiableValueMap.java:458) [org.apache.sling.jcr.resource:3.0.18]
Caused by: javax.jcr.nodetype.ConstraintViolationException: No matching property definition: products = [testing12345, name2updated, name3updated]
Is there a way to achieve this on AEM 6.5, SP 17. Is there a good documentation with Adobe for this usecase?

