Re: Reg : Exception Handling

2006-09-01 Thread Li
so, for the respective action-mapping with the forward="failure" /Raman Rokariya -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 1:11 PM To: Struts Users Mailing List Subject: Re: Reg : Exception Handling Karthikn ha scr

RE: Reg : Exception Handling

2006-09-01 Thread Rokariya, Raman
st Subject: Re: Reg : Exception Handling Karthikn ha scritto: > Hi, > > I am new user. I am implementing exception handling in my > application. > In my action class I have try, catch block. > in the catch block &

Re: Reg : Exception Handling

2006-09-01 Thread Antonio Petrelli
Karthikn ha scritto: Hi, I am new user. I am implementing exception handling in my application. In my action class I have try, catch block. in the catch block catch(Exception e) { return mapping,findforward("failure");

Reg : Exception Handling

2006-08-30 Thread Karthikn
Hi, I am new user. I am implementing exception handling in my application. In my action class I have try, catch block. in the catch block catch(Exception e) { return mapping,findforward("failure"); } I def