<%-- Document : Test Created on : 8 janv. 2008, 16:08:49 Author : Ludovic --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> JSP Page

Hello World!

<% try { String s=null; s.length(); } catch(Exception e) { e.printStackTrace(); throw new javax.faces.FacesException(e); } %>