Can you do something like this in a velocity template? #set ($map = $myobject.getMap() ) #foreach ($mapEntry in $map.entrySet()) <…
java xml velocity template-engineSomething is wrong and it is very frustrating. I read on velocity's homepage that when I run a webapp then …
java web-applications velocityIn velocity I have a variable which its value is null. I don't want to display anything in that case. …
java templates velocityI already posted a similar question a week ago on How to use 'for' loop in velocity template?. So...basically …
loops for-loop velocityI am using velocity 1.7 and within a foreach loop I want to print the count. In the template I have …
java velocity template-engineI want to load a template word document to add content to and save as new document. I'm working on .…
java apache-poi velocityI am getting a java object in my velocity template. The object has a double value which I want to …
java velocityWhat is the best way to create Velocity Template from a String? I'm aware of Velocity.evaluate method where I …
java velocity