Guys,
I read page directive specification and it says:
isErrorPage="true | false"
Whether the JSP file displays an error page. If set to true, you can use the exception object in the JSP file. If set to false (the default value), you cannot use the exception object in the JSP file.
However I prepared error page without
isErrorPage directive and I still can use exception object in it.
I tried both ways of configuring it as error page (in DD and using
errorPage page directive in 'faulty'
jsp). I also tried setting
isErrorPage implicitly to "false".
It still works!
Is it a matter of Container? I use
Tomcat 6.0