- field is not left empty, if it is required - field is a valid e-mail address
That much seems quite clear. But where should I put a check that ensures that same e-mail address is not already used by an existing account?
On the other hand, I could put it in the registration action, because checking that is (kind of) user-input validation, and action is a natural place to do this.
On the other hand, I could put it in my business class. The pros for this would be smaller and simpler action code, and reuse if same check is needed with different actions.
Any suggestions? Intuitively, I think I would put that check in the Action, but I am happy to hear any arguments in favor or opposing that.
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]