[OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
I'm using WebLogic 6.1 SP 2 and I can't get the web.xm. error-page configuration to work for exceptions occurring within a JSP. If the exception, occurs in Java code (i.e. non-JSP), the error page works fine. But if it occurs in the JSP, I see a stack trace on the screen instead of forwarding to

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Jimmy Emmanual
Is you /jsp/error.jsp page a error page? If not it as the Error Page via. %@ page isErrorPage=true % Jimmy -Original Message- From: Hohlen, John C [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:59 PM To: Struts-User (E-mail) Subject: [OT] web.xml error-page configuration

Re: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
Is this at the top of your jsp? %@ page errorPage=/jsp/error.jsp % David From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Subject: [OT] web.xml error-page configuration problem Date: Thu, 5 Jun 2003 12:59:26

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
configuration problem Is you /jsp/error.jsp page a error page? If not it as the Error Page via. %@ page isErrorPage=true % Jimmy -Original Message- From: Hohlen, John C [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:59 PM To: Struts-User (E-mail) Subject: [OT] web.xml error-page

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
error screen which doesn't display the stack trace to the user. Thanks, JOHN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:12 PM To: [EMAIL PROTECTED] Subject: Re: [OT] web.xml error-page configuration problem Is this at the top of your

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
header.jsp in all of my other jsps. David JOHN -Original Message- From: Jimmy Emmanual [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:05 PM To: 'Struts Users Mailing List' Subject: RE: [OT] web.xml error-page configuration problem Is you /jsp/error.jsp page a error page

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
To: [EMAIL PROTECTED] Subject: Re: [OT] web.xml error-page configuration problem Is this at the top of your jsp? %@ page errorPage=/jsp/error.jsp % David From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Subject

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Chen, Gin
] Sent: Thursday, June 05, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem %@ page errorPage=error.jsp % This is what I'm trying to avoid. I would prefer to only specify this via a single configuration setting in the web.xml. I think that's

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Chen, Gin
sry 1. didn't mean to reply to the list and 2. the discussion was on the taglibs list. -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:51 PM To: 'Struts Users Mailing List' Subject: RE: [OT] web.xml error-page configuration problem Hi David

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
, JOHN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem You could point your error-page to a redirected Struts action so that it doesn't show up in a tile

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
=/displaySystemError.do % I don't see why that wouldn't work either. David Thanks, JOHN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem You could point your error-page

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
, -Tim -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem %@ page errorPage=error.jsp % This is what I'm trying to avoid. I would prefer to only specify

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
committed (from the earlier Tiles -- servlets that executed). JOHN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem You could point your error-page

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
, June 05, 2003 1:12 PM To: [EMAIL PROTECTED] Subject: Re: [OT] web.xml error-page configuration problem Is this at the top of your jsp? %@ page errorPage=/jsp/error.jsp % David From: Hohlen, John C [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-User (E-mail

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread Hohlen, John C
Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:19 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem Actually, that doesn't work. I'm getting an IllegalStateException doing %@ page errorPage=/displaySystemError.do % java.lang.IllegalStateException

RE: [OT] web.xml error-page configuration problem

2003-06-06 Thread David Graham
to square 1. Let me know if you have any other ideas. Thanks a lot, JOHN -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:19 PM To: [EMAIL PROTECTED] Subject: RE: [OT] web.xml error-page configuration problem Actually, that doesn't work. I'm