Hi all,
is it possible to fill an array in groovy, return it to velocity and
manipulate the array in velocity ?
e.g.:
filling a groovy_array with results from sql.eachRow
Now, when I'm trying to access it with velocity, the whole array is just
one string and I can't loop through it using #foreach.
Do you have any ideas what I can do ?
thanks in advance
Matthias