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
.com>cc: Subject: validator vs business logic 01/18/2005 08:13

validator vs business logic

2005-01-18 Thread Daniel Watrous
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 included for the pu