I want to iterate through a hibernate query results inside stringtemplate. I\'ve been looking for examples but I can\'t find anything.
can you please help? thanks
%staffForOrg: {staff|
%staff.telephoneNumber%
}%
this code works perfectly.
staffForOrg is a list of my model. I used hibernate to retrieve the records.