[Mono-bugs] [Bug 76087][Wis] New - CustomValidator is broken
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Sep 13 14:51:49 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by schwimmlehrer at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76087
--- shadow/76087 2005-09-13 14:51:49.000000000 -0400
+++ shadow/76087.tmp.14041 2005-09-13 14:51:49.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 76087
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: schwimmlehrer at hotmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: CustomValidator is broken
+
+Description of Problem:
+I have a form with an input field and an attached CustomValidator. Normally
+I would set IsValid = false when the form is submitted, but it never gets
+there (shows an error in ValidationSummary). See attached test case.
+
+Steps to reproduce the problem:
+1. Click on Button
+
+Actual Results:
+ValidationSummary shows the error, but I never set IsValid = false
+
+Expected Results:
+Custom_Click (form event) called on the server, and there it should be
+possible to set IsValid to false if my custom validation fails...
+
+How often does this happen?
+Always
+
+Additional Information:
More information about the mono-bugs
mailing list