Re: validator vs business logic

2005-01-18 Thread Erik Weber
Erik Weber wrote: Daniel Watrous wrote: Hello All, As I am working through the details of my first Struts application I am getting a little stuck on the Validator idea. It would seem that I can implement each form in my application as EITHER an ActionForm or a ValidatorForm. The action form has

Re: validator vs business logic

2005-01-18 Thread Erik Weber
Daniel Watrous wrote: Hello All, As I am working through the details of my first Struts application I am getting a little stuck on the Validator idea. It would seem that I can implement each form in my application as EITHER an ActionForm or a ValidatorForm. The action form has a validate method i

Re: validator vs business logic

2005-01-18 Thread john . chesher
I'm not a veteran, but I am pretty familiar with Validator and ValidatorForm, so since it is late evening (EST anyway) any you may not get quick responses, I'll take a shot... It doesn't have anything to do with validations being simple or complex. The isse is that if you create an ActionForm,