Mega Code Archive

 
Categories / Java Tutorial / JSTL
 

Output Default Value

<%@ 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>