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 <%=
>
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
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("