Amanda Fu wrote:
>
> 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.

What you have should work. If it doesn't, it's a bug in the JSP container you
use. Report it to the developers of the JSP container.

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

===========================================================================
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