Confused about exception handling design, 1.1 beta

2002-06-05 Thread Roy Truelove
Hi folks, I'm having a problem with exception handling with 1.1b. This problem has been brought up before (http://www.mail-archive.com/struts-user@jakarta.apache.org/msg29572.html) but never fully discussed. I can't see any way for my Action that deals with global-exceptions to get a

Re: Confused about exception handling design, 1.1 beta

2002-06-05 Thread chuckcavaness
Roy, Have you read my exception handling chapter on theserverside.com? If that doesn't answer this question, than I've failed and I need to rewrite that chapter. Take a look at it and send me some feedback if it doesn't answer your question enough and I'll fix it. Here's a link:

Re: Confused about exception handling design, 1.1 beta

2002-06-05 Thread Jonathan Fuerth
On Wed, Jun 05, 2002 at 02:34:48PM +, [EMAIL PROTECTED] wrote: Have you read my exception handling chapter on theserverside.com? If that doesn't answer this question, than I've failed and I need to rewrite that chapter. Take a look at it and send me some feedback if it doesn't answer

Re: Confused about exception handling design, 1.1 beta

2002-06-05 Thread chuckcavaness
Yea, it's in MS Word format. This is the same file that I have to give to O'Reilly and in this exact format. One of the reaons that Word was chosen, other than it's what I have at home and what I turn into O'Reilly, is the track changes feature. This allows reviewers to write directly into

RE: Confused about exception handling design, 1.1 beta

2002-06-05 Thread James Mitchell
-tools.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 12:03 PM To: Struts Users Mailing List Subject: Re: Confused about exception handling design, 1.1 beta Yea, it's in MS Word format. This is the same file that I have to give

RE: Confused about exception handling design, 1.1 beta

2002-06-05 Thread chuckcavaness
Minded Developer Network http://www.open-tools.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 12:03 PM To: Struts Users Mailing List Subject: Re: Confused about exception handling design, 1.1 beta Yea, it's in MS

RE: Confused about exception handling design, 1.1 beta

2002-06-05 Thread Galbreath, Mark
PROTECTED]] Sent: Wednesday, June 05, 2002 12:03 PM To: Struts Users Mailing List Subject: Re: Confused about exception handling design, 1.1 beta Yea, it's in MS Word format. This is the same file that I have to give to O'Reilly and in this exact format. One of the reaons that Word

RE: Confused about exception handling design, 1.1 beta

2002-06-05 Thread James Mitchell
: Wednesday, June 05, 2002 1:37 PM To: 'Struts Users Mailing List' Subject: RE: Confused about exception handling design, 1.1 beta Would you also put out .Net and Flash versions? Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 1

Re: Confused about exception handling design, 1.1 beta

2002-06-05 Thread Roy Truelove
Have you read my exception handling chapter on theserverside.com? If that doesn't answer this question, than I've failed and I need to rewrite that chapter. Thanks Chuck.. excellent stuff! I extended ExceptionHandler, and this did the trick. One small concern is that the DTD for

RE: Confused about exception handling design, 1.1 beta

2002-06-05 Thread Scott Ganyo
www.openoffice.org -Original Message- From: Jonathan Fuerth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 10:48 AM To: Struts Users Mailing List Subject: Re: Confused about exception handling design, 1.1 beta On Wed, Jun 05, 2002 at 02:34:48PM +, [EMAIL

exception handling design

2001-08-23 Thread Jonathan M Crater
all-- i'm in the process of designing an exception handling scheme with which struts will interact, and i wanted to solicit any ideas and best practices out there, especially from those of you who might have done this already. i have a base exception with relevant methods to chain additional