Out Default Examples : HTML Output « JSTL « Java






Out Default Examples


<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<html>
  <head>
    <title>Out Default Examples</title>
  </head>

  <body>testit = 
  <c:out value="${testit}" default="Default Value" />
  </body>
</html>


           
       








JSTL-EL-Output-Default.zip( 851 k)

Related examples in the same category

1.Output a table
2.Out with Tag Escaping Examples
3.Simple calculation and output