In AEM how to create a sightly list of values modified via model?
Through sightly I printed a list of textarea values entered via dialog as follows:
<sly data-sly.use.commenti=${resource.path}/commenti>
<sly data-sly.list.commento="${commenti.listChildren}">
<p> Comments: ${commento.testo}</p> "Testo" is the value in the dialog inside the textarea. In the model instead I inserted the testo variable, getter and setter and the "modifyText" method. Now, without creating a list in the model, I would like to print these modified values using sightly