This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Notice that it is . And, my test error-page is something like this:
However, what puzzle me is the first test with EL is true (pagecontext doesnt have exception object) while the second line directly using exception object DOES execute successfully. That means my exception object is implicitly available but cannot be explicitly obtained from pagecontext!!
If I change the Throwable type in web.xml to java.lang.Exception, the exception object is now available also in the pagecontext.
Did I make any mistake in the code or is this caused by bug in tomcat? Does anyone having similar experience?