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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
