JSTL RT If : If « JSTL « Java






JSTL RT If


<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/core-rt" prefix="c-rt" %>
<html>
  <head>
    <title>If Caseless</title>
  </head>

  <body>
    <c:set var="str" value="jStL" />

    <jsp:useBean id="str" type="java.lang.String" />

    <c-rt:if test='<%=str.equalsIgnoreCase("JSTL")%>'> They are
    equal</c-rt:if>
  </body>
</html>


           
       








JSTL-RT-If.zip( 851 k)

Related examples in the same category

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