Tag Plugin Examples: if
Tag Plugin Examples - <c:if>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
Set the test result to a variable
The result of testing for (1==1) is: ${theTruth}
Conditionally execute the body
0}">
It's true that (2>0)!