JSTL Java Tutorial

<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%
  int i= (int) (Math.random() * 10);
  pageContext.setAttribute("signalStrength", new Integer(i), PageContext.PAGE_SCOPE);
%>

  
    The c:catch action
  
  
    
      
    
    
      
        

Exception!


        Refresh the page in your web browser to try again.
      
      
        

No Exception.


        Refresh the page in your web browser to make another call.