In AEM 6.5 how to iterate the values of a list modified by a method in the model?
With a multifield and textarea component I am trying to sightly print the values inserted into the textareas and then print the modified values by means of a method in the sling model.
I wrote <data-sly-list.commenta="${comments.listChildren}">
${comment.text}
${model.modifyText}
It continues to print only the values entered from the dialog without printing those modified with the model