Defect #1167
Velocity does not parse template in svy8
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
velocity
Target version:
-
Start date:
01/03/2017
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
chrome, ie, firefox
Description
It looks like the velocity report is not parsing correctly in svy 8.
All I see is the velocity tags like '#h($!row.a1_return_value)' instead of the parsed data.
I've attached a sample solution that works correctly in svy 7 and not in svy 8.
Files
History
Updated by Patrick Talbot over 8 years ago
- Status changed from New to Rejected
Working perfectly fine in 8.1.1 here...
My guess is that you are not pointing velocityreport.reportfolder to a correct location, remember that you should point to a folder that contains at least the 'VM_global_library.vm' file (this is the one containing the #h() macro code, without Velocity finding that file, you cannot use #h())