Seems to me like a pure Tomcat-issue.
Downloaded and tested a couple of TC versions (5.0.28, 5.0.30 beta).
Same result: pageContext.getException() always returns null.
I then built Tomcat on my own (via
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/build.xml)
and everything worked fine there.
L
Hi,
I have a rather strange problem with handling an exception within a custom
jsp tag.
The problem is, that pageContext.getException() always returns null.
This is the case within the tag's code, but also witin a Scriptlet within
the JSP.
However, the variable 'exception' itself is properly set.