Re: Displaying and error

2006-05-31 Thread Monkeyden
It's no more weird than request.getAttribute(" org.apache.struts.action.EXCEPTION'"), which is what that EL snippet is equivalant to. Either way you need to tell the request which named attribute to give you. On 5/31/06, John Hutchinson <[EMAIL PROTECTED]> wrote: Bingo. Thanks. That's weird.

RE: Displaying and error

2006-05-31 Thread Samere, Adam J
key. -Adam -Original Message- From: John Hutchinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 1:54 PM To: Struts Users Mailing List Subject: Re: Displaying and error Bingo. Thanks. That's weird. On 5/31/06, Samere, Adam J <[EMAIL PROTECTED]> wrote: &g

Re: Displaying and error

2006-05-31 Thread John Hutchinson
Bingo. Thanks. That's weird. On 5/31/06, Samere, Adam J <[EMAIL PROTECTED]> wrote: Try ${requestScope['org.apache.struts.action.EXCEPTION']} -Original Message- From: John Hutchinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 1:41 PM To: user@struts.apache.org Subject: Disp

RE: Displaying and error

2006-05-31 Thread Samere, Adam J
Try ${requestScope['org.apache.struts.action.EXCEPTION']} -Original Message- From: John Hutchinson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 1:41 PM To: user@struts.apache.org Subject: Displaying and error Anyone know why this doesn't work in a JSP error page: <%@ page isE