Re: Validation exceptions
Re: Validation exceptions
- Subject: Re: Validation exceptions
- From: Ed Powell <email@hidden>
- Date: Mon, 6 Jan 2003 02:02:56 -0600 (CST)
> http://www.stepwise.com/Articles/Technical/2001-06-13.01.html
yeah yeah... I have this page firmly bookmarked in my web browser... :)
What I wound up doing with the submitRegistrationAction action method, is
initially set the registrationComplete boolean to true. Then, I run
through the multiple-property / check-against-database validations, and do
a validationDictionary.count() to check for nonzero. If any of those
fail, it flips registrationComplete to false. After all that is done, I
do the code that is dependant on validation failing or passing.
It works. I can read it. That's what matters. :)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.