JSTL: if tag : If « JSTL « Java






JSTL: if tag

<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>

<HTML>
  <HEAD><TITLE>JSTL 'if' tag</TITLE></HEAD>
  <BODY>
    <c:if test="true">Hello world!</c:if>
  </BODY>
</HTML>


           
       








Related examples in the same category

1.JSTL core tag: if
2.JSTL RT If
3.JSTL: If Else
4.JSTL If No Body
5.If with Body