Re: Exception Handler

2005-06-06 Thread Leandro_Dorileo/ABACO
a de Informação Ltda Qualidade: Um Compromisso de todos! ( (0xx65) 617-0777 ( FAX 623-0646 Joe Germuska <[EMAIL PROTECTED]> 03/06/2005 13:57 Para Leandro_Dorileo/[EMAIL PROTECTED], user@struts.apache.org cc Assunto Re: Exception Handler At 1:41 PM -0400 6/3/05, Leandro_Dorileo/[EM

Re: Exception Handler

2005-06-03 Thread Joe Germuska
At 1:41 PM -0400 6/3/05, Leandro_Dorileo/[EMAIL PROTECTED] wrote: I'm working in a project where I'm planning to use my own implementation of ExceptionHander, I know that I need extend the org.apache.struts.action.ExceptionHandler and overwrite the execute method, I also know that I need use the

RE: Exception Handler Help!

2004-08-24 Thread Keith Bottner
18hours looking at the screen must have got to me, now to sleep. Thanks again, Keith -Original Message- From: Jitender K Chukkavenkata [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 7:49 AM To: Struts Users Mailing List Subject: Re: Exception Handler Help! Hei Keith, Could

Re: Exception Handler Help!

2004-08-24 Thread Jitender K Chukkavenkata
Hei Keith, Could you be little detail regarding struts-config.xml...what is errors.do?? Jitender Kumar C.V.

RE: Exception Handler Help!

2004-08-24 Thread Paul McCulloch
Is using forward as an exception handler's path valid? I didn't know you could do that. Anyway, I'd reduce the complexity of what you are doing: Start by using an html page as your path, then try a JSP, then an action. Paul > -Original Message- > From: Keith Bottner [mailto:[EMAIL PROTEC

Re: Exception handler question

2004-08-23 Thread Sebastian Ho
Oh..should hit myself for not seeing this. I just throws the exception in my execute(). I was confused because I forgotten execute is called by struts and not by me. Thats y i was wondering don't I have to catch it somewhere else in order for my codes to compile. Thanks Craig Sebastian Ho On Tu

Re: Exception handler question

2004-08-23 Thread Craig McClanahan
On 24 Aug 2004 09:56:14 +0800, Sebastian Ho <[EMAIL PROTECTED]> wrote: > Hi > > If I plan to use global exception in struts, how do I actually throw the > exception in my codes in order for the struts exception to kick in? I am > little confused here how it works because if I do not catch my > exc

Re: Exception handler question

2004-08-23 Thread Sebastian Ho
Hi If I plan to use global exception in struts, how do I actually throw the exception in my codes in order for the struts exception to kick in? I am little confused here how it works because if I do not catch my exceptions, it won't even compile. I am refering to non-runtime exception here. Sebas

Re: Exception handler question

2004-08-09 Thread Kishore Senji
On Mon, 9 Aug 2004 22:06:51 -0300 (ART), Leandro Melo <[EMAIL PROTECTED]> wrote: > Hi, > i'm now starting to deal with exception in my > application. > > So far, i haven't used Struts exception handling > alternatives, so, i'm very new at that. > > After some reading i have a few questions (pleas