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

Reply via email to