Re: [HELP] How could I catch and process Errors in Struts + iBatis + DAO?

2005-03-24 Thread Pham Anh Tuan
thank you very much, Yuniar :) - Original Message - From: Yuniar Setiawan [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Wednesday, March 23, 2005 6:57 PM Subject: Re: [HELP] How could I catch and process Errors in Struts + iBatis + DAO? There is a good

Re: [HELP] How could I catch and process Errors in Struts + iBatis + DAO?

2005-03-24 Thread Folashade Adeyosoye
you very much, Yuniar :) - Original Message - From: Yuniar Setiawan [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Wednesday, March 23, 2005 6:57 PM Subject: Re: [HELP] How could I catch and process Errors in Struts + iBatis + DAO? There is a good

Re: [HELP] How could I catch and process Errors in Struts + iBatis + DAO?

2005-03-24 Thread Rick Reumann
Folashade Adeyosoye wrote the following on 3/24/2005 10:59 AM: Agood way that i have found out was to define a BaseExceptionHandler.java class Yes my Struts apps have this also. Actually I no longer catch any Exceptions in my Actions and let this Base class handle it all. Makes your Actions

Re: [HELP] How could I catch and process Errors in Struts + iBatis + DAO?

2005-03-24 Thread Rick Reumann
Yuniar Setiawan wrote the following on 3/23/2005 6:57 AM: There is a good example at http://www.reumann.net/struts/ibatisLesson1.do about this. download the sample war and look inside. Actually as Leon pointed out to me, my example isn't that good for Exception handling. (Sorry I wrote it fast

[HELP] How could I catch and process Errors in Struts + iBatis + DAO?

2005-03-23 Thread Pham Anh Tuan
Hi, I don't know how to catch and process errors in Struts + iBatis + DAO. Anyone here can help me, plz :( thank for ur reading. Tuan

Re: [HELP] How could I catch and process Errors in Struts + iBatis + DAO?

2005-03-23 Thread Yuniar Setiawan
There is a good example at http://www.reumann.net/struts/ibatisLesson1.do about this. download the sample war and look inside. cheers On Wed, 23 Mar 2005 17:31:53 +0700, Pham Anh Tuan [EMAIL PROTECTED] wrote: Hi, I don't know how to catch and process errors in Struts + iBatis + DAO.