Can we loop over the array list using SpEL?
Background,
I am using SpEL to dynamically generate some templates, thus I need to loop over some lists. I did not find any way to loop over the list using SpEL.
e.g something like #foreach in velocity
Can we loop over the array list using SpEL?
Background,
I am using SpEL to dynamically generate some templates, thus I need to loop over some lists. I did not find any way to loop over the list using SpEL.
e.g something like #foreach in velocity