Hi again
I am running into an exception problem.  I am using PWS+WIN98+JRUN+JDK1.1. My jsp file is making use of error pages:
<%@ page errorPage="errors.jsp" %>.  I am using a bean in my jsp file that is supposed to through an  IOException if something bad happend at run time such as not being able to open a file.  The problem is that the exception is throughn and I don't see the message in "errors.jsp". Instead, I see "The page cannot be displayed, HTTP 500 - Internal server error".  When my bean throughs IllegalArgumentException, then everything seems to work fine.
Could someone help with this problem.

Reply via email to