Hello, I have my logon.jsp page as .. <%@ page language="java" isErrorPage="false" errorPage="errorpage.jsp" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> and errorpage.jsp as .. <%@ page language="java" isErrorPage="true" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> the error page does not showup if the LogonAction's perform method throws an exception, instead it shows an error page as.. Error 500--Internal Server Error From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: 10.5.1 500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request. What am I doing wrong? Thanks in advance, Senthil Kumar.S ************************************************************************** The Information transmitted herewith is sensitive information intended only for use to the individual or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying or other use of, or taking of any action in reliance upon, this information is strictly prohibited. If you have received this communication in error, please contact the sender and delete the material from your computer.
how to handle the runtime or uncaught exceptions thrown from the Action class.
Suriyanarayanan, Senthil Kumar Thu, 29 Mar 2001 16:22:02 -0800