<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>
EL Expression Examples
EL Expression Examples
Logical Operators
Comparison Operators
4 > '3'
'3'}"/>
'4' > 3
3}"/>
'4' > '3'
'3'}"/>
4 >= 3
= 3}"/>
4 <= 3
4 == '4'