JSTL Java Tutorial

index.jsp

<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>

Peter's Junk-Mail Service



  
  
  
  
    
    
  
  
     test="${not (noName or noEmail or noAge or badAge or youngAge)}">
    
    
    
    
  


  


  Thanks for signing up for our junk-mail service.
  Once you submit your information on the form below,
  you'll begin to receive all the "spam" you ever wanted.
  


  
  


  Enter your name:
      value="" />
  
  
   
     Note: you must enter a name
   

  
  


  


  Enter your email address:
      value="" />
  
  
   
     Note: you must enter an email address
   

  
  


  


  Enter your age:
      value="" />
  
  
    
     
       Note: you must enter your age
     

    
    
     
       Note: I couldn't decipher the age you typed in
     

    
    
     
       Note: You're too young to receive pornographic
       junk mail.  Please grow older and try again.
     

    
  

  


  

spamFormHandler.jsp

<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>


 
  Excellent!  The information is now correct.  (We could save it in a
  database or process it further.)