Hi James, On Wed, Jul 25, 2012 at 11:30 AM, Phillpotts, James <[email protected]> wrote: > I have written a few JSPs to handle errors - Throwable.jsp, 403.jsp and > 404.jsp so far... > > 1) JSP EL expressions do not work, so for example in Throwable.jsp > ${javax.servlet.error.message} returns nothing, but <%= > request.getAttribute("javax.servlet.error.message") %> correctly returns the > message from the caught Throwable.
I don't know enough about that part of the code to answer, best might be to create a JIRA issue about it - if it's by design it's at least something that needs to be documented. -Bertrand
