RE: Regarding Server Side Validation in Struts

2004-01-29 Thread McCormack, Chris
http://www.developer.com/java/other/article.php/2214681 -Original Message- From: Ramachandran [mailto:[EMAIL PROTECTED] Sent: 29 January 2004 12:02 To: Struts Users Mailing List Subject: Regarding Server Side Validation in Struts Hi all, Can any one can tell, how to

Re: Regarding Server Side Validation in Struts

2004-01-29 Thread shankarr
Hi! My $0.02 on this. As a design, it is best if we let the db throw exception and we handle it using ActionError/ActionMessage in the Action file. I feel it is better that way. Then, you can formulate the page using html:errors/ and the application.resources . This is my understanding. I am