hi, you guys,

I don't know how to get error page, codes as follow, but server always
tell me "you might want to have an error page ...".
myjsp.jsp:
<%@ page import="java.util.*" errorPage="error.jsp" %>
error.jsp:
<%@ page isErrorPage="true" import="java.util.*" %>

What mistakes have I made or ignored? Thanks.
Amanda.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to