RE: Best Practices question

2004-01-27 Thread Anderson, James H [IT]
Thanks very much, the article is just what I was looking for. jim -Original Message- From: Yee, Richard K,,DMDCWEST [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 12:22 PM To: 'Struts Users Mailing List' Subject: RE: Best Practices question Jim, Throw custom exc

RE: Best Practices question

2004-01-27 Thread Yee, Richard K,,DMDCWEST
Jim, Throw custom exceptions in your business beans and then use the struts declarative exception handling feature so that your custom exception handler class(es) handle the exceptions by populating ActionMessages and logging the error if neccessary. Check out this article by Keld H. Hansen http:/