2012-07-10 60 views

回答

2

b.jsp這是錯誤頁面應該是這樣的:

<%@ page isErrorPage="true" import="java.io.*"%> 

............ 
............ 
<!--Write your custom error message> 
............ 
<!--Print your exception if required> 
<%exception.printStackTrace(new java.io.PrintWriter(out));%> 

參考

+0

謝謝ramesh pvk。 – Ashok 2012-07-10 16:15:49