|
|
While tag is a command tag. Similar to if tag, it executes the command tags in its body until the condition evaluates to false.
The syntax is:
<while value1="expression1" op="comparator" value2="expression2">
<!-- add other command tags --!>
</while>