tags:

views:

8

answers:

0

I use Validation.MarkInvalid to set errors to field. Is there any way I can set more than one error for a field?

(I'll then use the converter described here to show them)

MarkInvalid seems to be ignored if an error is aready set for a field.