Hey Bob,
one option here is to delete the errors from the collection before you fire
the submit event, if you add some managed code behind the button you can do
this
e.XDocument.Errors.DeleteAll();
e.XDocument.Submit();
Cheers
Ben Walters
> I would like to allow documents to be saved to a form lib even if they
> contain validation errors. Currently if I try to submit the form, it
> displays an error message regarding the validation errors and rejects the
> submit.
>
> Any way to get around this?
Bob Chauvin ( Paix dehors ) - 15 Feb 2006 14:16 GMT
Thanks Ben, I'll give that a try.
> Hey Bob,
> one option here is to delete the errors from the collection before you
[quoted text clipped - 15 lines]
>>
>> Any way to get around this?