Out Default Examples : HTML Output « JSTL « Java
- Java
- JSTL
- HTML Output
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