Re: How to specify an Error Page in a servlet
K R Viju <[email protected]>
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <006801c33b99$045ffb20$6d00a8c0@viju> |
Refer the compiled code of the Jsp you wrote, it may give you some idea. Vj Hi all, Can someone please tell me how to specify an Error Page in a servlet similar to JSP's errorPage attribute of the page tag. <%@ page language="java" buffer="8kb" autoFlush="true" isThreadSafe="true" isErrorPage="false" errorPage="ErrorPage.jsp" %>. Thanks