Hi all! Is it possible to use static classes in a Velocity template?
When using
context.put("bla", instanceOfBla);
a concrete instance of a class is needed, so this of course doesn't work
for a static class.
Thanks a lot,
Sebastian
Hi all! Is it possible to use static classes in a Velocity template?
When using
context.put("bla", instanceOfBla);
a concrete instance of a class is needed, so this of course doesn't work
for a static class.
Thanks a lot,
Sebastian