[Mono-bugs] [Bug 49925][Maj] New - Validation summary - messages display doesn't work
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Oct 2003 08:55:59 -0400 (EDT)
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 yaronsh@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49925
--- shadow/49925 2003-10-21 08:55:59.000000000 -0400
+++ shadow/49925.tmp.4881 2003-10-21 08:55:59.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 49925
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yaronsh@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Validation summary - messages display doesn't work
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+The error messages display at ValidationSummary doesn't work (At any
+display type).
+
+Steps to reproduce the problem:
+1. Open the attched aspx
+2. Click validate
+
+Actual Results:
+Only "*" are signed near the invalid fields
+
+Expected Results:
+In addition to the "*" there should be a display of error messages
+regarding the invalid fields
+
+How often does this happen?
+Always
+
+Additional Information:
+I saw that Render method is missing, though I've implemented it, the
+problem remains.
+Anyway, I attach the Render implementation to this bug.