Re: Custom Error Page JSPs

2012-07-31 Thread Bertrand Delacretaz
Hi James, On Wed, Jul 25, 2012 at 11:30 AM, Phillpotts, James 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 <%= >

RE: Custom Error Page JSPs

2012-07-25 Thread Phillpotts, James
issue with the JSP EL expressions, though. Any ideas? Cheers, James -Original Message- From: Phillpotts, James Sent: 25 July 2012 10:31 To: users@sling.apache.org Subject: Custom Error Page JSPs Hi all, I have written a few JSPs to handle errors - Throwable.jsp, 403.jsp and 404jsp s

Custom Error Page JSPs

2012-07-25 Thread Phillpotts, James
Hi all, I have written a few JSPs to handle errors - Throwable.jsp, 403.jsp and 404.jsp so far. All of these seem to suffer from a couple of issues: 1) JSP EL expressions do not work, so for example in Throwable.jsp ${javax.servlet.error.message} returns nothing, but <%= request.getAttribute("