RE: Proper place for validation

2004-09-09 Thread Jim Barrows
> -Original Message- > From: Janne Mattila [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 11:57 PM > To: [EMAIL PROTECTED] > Subject: RE: Proper place for validation > > > > I am fully aware that this is probably not the "accepted"

RE: Proper place for validation

2004-09-08 Thread Janne Mattila
MAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Proper place for validation Date: Wed, 8 Sep 2004 08:52:05 -0700 > -Original Message- > From: Janne Mattila [mailt

Re: Proper place for validation

2004-09-08 Thread Michael McGrady
Jim Barrows wrote: -Original Message- From: Janne Mattila [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 3:49 AM To: [EMAIL PROTECTED] Subject: RE: Proper place for validation Hmm, not a lot of comments on this. I guess there is a consensus on the matter (that, or no

RE: Proper place for validation

2004-09-08 Thread Jim Barrows
> -Original Message- > From: Hubert Rabago [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 6:39 AM > To: Struts Users Mailing List > Subject: Re: Proper place for validation > > > Maybe there weren't a lot of comments because people agreed

RE: Proper place for validation

2004-09-08 Thread Jim Barrows
> -Original Message- > From: Janne Mattila [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 08, 2004 3:49 AM > To: [EMAIL PROTECTED] > Subject: RE: Proper place for validation > > > Hmm, not a lot of comments on this. I guess there is a > consensus on

Re: Proper place for validation

2004-09-08 Thread Hubert Rabago
> achieves b) but not a) > > >From: "Robert Taylor" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >Subject: RE: Proper place for v

RE: Proper place for validation

2004-09-08 Thread Janne Mattila
"Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Proper place for validation Date: Tue, 7 Sep 2004 08:21:09 -0400 From: "Robert Taylor" <[EMAIL PROTECTED]> Reply-To: "Struts

RE: Proper place for validation

2004-09-07 Thread Robert Taylor
I would avoid putting any business logic in the action class. Place this type of logic in the business class as it most likely is validation that is valid across all application logic and not for just one use case. robert > -Original Message- > From: Janne Mattila [mailto:[EMAIL PROTECTE