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