I am using the StrSubtitutor to create parts of a document that will be previewed in a window with ckeditor. The question is that I need to use some lists of objects for some data and must have some texts in between, explain with an example:
Chain patron:
The employee (s)
${listaobjetos}
${objeto.nombre}
with the code
${objeto.codigo}
I realize I was logged in last time
${objeto.utimasesion}
${finlistaobjetos}
Then I discovered that in the apache libres libres has a class called StrSubstitutor that allows me to replace variables in text strings and together with StrLookup I can load the list of variables that I have stored in the DB, but, in the documentation it does not specifies nothing about these cases. Try activating the recursivities of StrSubstitutor without any results.
In this way, I come to you so that you can guide me in this because I have little experience with this type of chain treatment.