Re: CFC design - data validation?

2005-12-07 Thread Michael Dinowitz
Have a method called setemailaddress() that calls another method that validates the email address. If it validates, then save otherwise return an error message. My listserver CFC does this (among other things). One of the powers of CFCs is the ability to have clean organization of code. I'm

RE: CFC design - data validation?

2005-12-07 Thread Ben Nadel
Web Developer Nylon Technology 6 West 14th Street New York, NY 10011 212.691.1134 212.691.3477 fax www.nylontechnology.com Vote for Pedro -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 10:48 AM To: CF-Talk Subject: Re: CFC design

Re: CFC design - data validation?

2005-12-07 Thread Douglas Knudsen
Dinowitz [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 10:48 AM To: CF-Talk Subject: Re: CFC design - data validation? Have a method called setemailaddress() that calls another method that validates the email address. If it validates, then save otherwise return an error message