https://bugzilla.novell.com/show_bug.cgi?id=330423#c2
--- Comment #2 from Juraj Skripsky <[EMAIL PROTECTED]> 2007-10-03 11:30:45 MST --- The problem was, that the ValidationGroup implementation was only halfway done. I'm attaching a patch which makes the test case works for me. But I haven't tested it with any pages containing ValidationGroups... What the patch does: - get rid of _validatorsByGroup (it was never populated) - GetValidators() now builds the requested validator collection on-the-fly (validators can be added to/removed from _validators anytime, so this must be done on-the-fly) - use GetValidators() in Validate (string validationGroup) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
