Re: displaying error message on the new error.jsp page



Hi,
in page directive u need to write errorPage="error.jsp"
and isErrorPage="false" and
In error.jsp , isErrorPage="true"
This is in case of exception and error.
Manish

.