I'm totally stumped by this.  Here's the scenario:

The user chooses a file to upload that we can't handle. They hit the submit button. My saveChanges method runs, which runs the built-in one, which validates all the attributes in my model.

My validateBigImage method runs, which checks the image and sees that it's the wrong kind, so it throws an NSValidation.ValidationException. This would, one would think, cause validationFailedWithException to run, but it doesn't.

Why not, and/or how do I figure out what's going on? I figured out how to use the debugger, set a breakpoint on the line where I throw my exception, and followed it the rest of the way through. Other than verifying that it never goes in to validationFailedWithException, which I already knew, it didn't tell me much.

thanks,

janine

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to