Re: Prevent display of JspException

2003-09-29 Thread manglu
Wes, Why not use the ErrorPage in the web.xml for a JspException and place it with contents that you think is appropriate. HTH Manglu Wes Kubo wrote: I've been doing some refactoring with my ApplicationResources.properties and every once in a while I get a page that shows a JspException when I

RE: Prevent display of JspException

2003-09-29 Thread Mike Jasnowski
I know this might not be the behavior you want, but at least the app wouldn't crash. -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 12:59 PM To: Wes Kubo; Struts Users Mailing List Subject: RE: Prevent display of JspException Ah

RE: Prevent display of JspException

2003-09-29 Thread Mike Jasnowski
null string for unknown message keys, or "false" to return a message with the bad key value. -Original Message- From: Wes Kubo [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 1:02 PM To: Mike Jasnowski; Struts Users Mailing List Subject:

RE: Prevent display of JspException

2003-09-29 Thread Wes Kubo
o see if something could be done should it arise. -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 9:40 AM To: Struts Users Mailing List Subject: RE: Prevent display of JspException your own... -Original Message- From: Mike Jasn

RE: Prevent display of JspException

2003-09-29 Thread Mike Jasnowski
your own... -Original Message- From: Mike Jasnowski [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 12:37 PM To: Struts Users Mailing List Subject: RE: Prevent display of JspException Is this exception coming from you're own code? Can you do a File.exists() first and

RE: Prevent display of JspException

2003-09-29 Thread Mike Jasnowski
iling List Subject: Prevent display of JspException I've been doing some refactoring with my ApplicationResources.properties and every once in a while I get a page that shows a JspException when I've mistyped a property name or whatever. Is there anyway of catching the JspException at th

Prevent display of JspException

2003-09-29 Thread Wes Kubo
I've been doing some refactoring with my ApplicationResources.properties and every once in a while I get a page that shows a JspException when I've mistyped a property name or whatever. Is there anyway of catching the JspException at this compilcation point and displaying a different message (or no