[Mono-bugs] [Bug 77741][Nor] New - A Validator cannot accept "<<<" as Text

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Mar 9 06:19:54 EST 2006


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 informatique.internet at fiducial.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=77741

--- shadow/77741	2006-03-09 06:19:54.000000000 -0500
+++ shadow/77741.tmp.29499	2006-03-09 06:19:54.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 77741
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com                            
+ReportedBy: informatique.internet at fiducial.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: A Validator cannot accept "<<<" as Text
+
+A Validator cannot accept "<<<" as Text
+I want to display "<<<" if my field is not correct
+
+Steps to reproduce the problem:
+1. try this aspx code :
+
+<form id="Form1" method="post" runat="server">
+<P>
+<asp:TextBox id="TextBox1" runat="server"></asp:TextBox></P>
+<P>
+<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server"
+ErrorMessage="RequiredFieldValidator"
+                                       
+ControlToValidate="TextBox1"><<<</asp:RequiredFieldValidator></P>
+<P>
+<asp:Button id="Button1" runat="server" Text="Button"></asp:Button></P>
+</form>
+2. 
+3. 
+
+Actual Results:
+Error:
+Expecting </asp:RequiredFieldValidator>
+System.Web.UI.WebControls.LabelControlBuilder
+
+Expected Results:
+On MS.NET it works : it display "<<<" when my field is empty
+
+How often does this happen? 
+always
+
+Additional Information:


More information about the mono-bugs mailing list