September 2017
Intermediate to advanced
408 pages
9h 25m
English
Similar to the j:if tag, the j:choose tag is used to conditionally evaluate its body based on an expression. Each of the j:when tags within the body of the j:choosetag is evaluated in the order it is written. If one of the j:when tags evaluates to true, the block of the j:when tag is executed and the rest are ignored. When no j:when conditions evaluate to true, the j:otherwise block is executed. The j:choose and j:otherwise tags don't require any attributes. The j:when tag accepts the following attribute:
For example:
<j:choose> <j:when test="${jvar_gr.getRowCount() ...Read now
Unlock full access