Mega Code Archive

 
Categories / Java / JSTL
 

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)