Re: Exception handling in struts

2004-03-25 Thread Tate Austin
<[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 10:04 AM Subject: Re: Exception handling in struts > Didn't someone already answer this for you? Maybe we need to be more > explicit. Try this: > > >

Re: Exception handling in struts

2004-03-25 Thread Nick Wesselman
Didn't someone already answer this for you? Maybe we need to be more explicit. Try this: key="uncaught_exception" type="java.lang.Exception" path="/jsp/error.jsp" handler="com.graysail.pgbadmecs.exceptions.ExceptionCatcher" scope="request"/> "Exception" needs to be upper case. If y

Re: Exception handling in struts

2004-03-23 Thread Nick Wesselman
And I bet ExceptionCatcher needs the same treatment. Larry Meadors wrote: type="java.lang.exception" There is not such class. Think big "E" instead... Larry [EMAIL PROTECTED] 03/23/04 9:10 AM >>> I'm trying to write an exception handler in my struts-config to clean up my applicati

Re: Exception handling in struts

2004-03-23 Thread Larry Meadors
type="java.lang.exception" There is not such class. Think big "E" instead... Larry >>> [EMAIL PROTECTED] 03/23/04 9:10 AM >>> I'm trying to write an exception handler in my struts-config to clean up my application's exception behavior. Well, I've followed the directions in the docs to a T, I h

RE: Exception handling in struts

2004-01-11 Thread Mike Duffy
004 10:32 AM > > To: Struts Users Mailing List; [EMAIL PROTECTED]; > > [EMAIL PROTECTED] > > Subject: Re: Exception handling in struts > > > > > > Robert > > Attempting to link to the first link.. > > > > ht://Dig error > > htsearch dete

Re: Exception handling in struts

2004-01-11 Thread Martin Gainty
Thanks Robert your suggestion worked Any idea on what a "dig error" is? Thanks again, -Martin - Original Message - From: "Robert Taylor" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, January 11, 2004 11:36 AM

RE: Exception handling in struts

2004-01-11 Thread Robert Taylor
truts Users Mailing List; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: Exception handling in struts > > > Robert > Attempting to link to the first link.. > > ht://Dig error > htsearch detected an error. Please report this to the webmaster of this > site. The e

Re: Exception handling in struts

2004-01-11 Thread Martin Gainty
o: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, January 11, 2004 8:45 AM Subject: RE: Exception handling in struts > http://www.mail-archive.com/cgi-bin/htsearch?config=struts-user_jakarta_apac > he_org&restrict=&exclude=&

RE: Exception handling in struts

2004-01-11 Thread Robert Taylor
http://www.mail-archive.com/cgi-bin/htsearch?config=struts-user_jakarta_apac he_org&restrict=&exclude=&words=handle+exceptions http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Struts+Exception+Hand ling robert > -Original Message- > From: vasudevrao gupta [mailto:[EMAIL PROTECTED]

Re: Exception handling in struts

2003-09-23 Thread Andrew Kuzmin
http://jakarta.apache.org/struts/userGuide/building_controller.html";> 4.5 Exception Handler You can define an ExceptionHandler to execute when an Action's execute method throws an Exception. First, you need to subclass org.apache.struts.action.ExceptionHandler and override the execute method. Yo

Re: exception handling in struts actions

2001-07-23 Thread Ted Husted
The Action handles flow-control, and selects page displays, including error pages. Actions should be prepared to cope with whatever exceptions are thrown, either directly or with an ancestor method. See also < http://www.mail-archive.com/struts-user@jakarta.apache.org/msg09256.html > and < ht