This example shows you how to use if statement in velocity. Description of methods used in the example given below....
1:- Initialize velocity run time engine through method init().#set($list = ["A", "B", "C", "D", "E"]): This is a statement named 'set', generally begins with # character. Here we have assign the list with character $.
The #if allows for text on the conditional that the if statement is true.
Condition.java
package velocity.conditionals; |
if.vm
#set($list = ["A", "B", "C", "D", "E"])
|
Output :
A |
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Use if in velocity
Post your Comment