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=79523 --- shadow/79523 2006-09-29 02:21:47.000000000 -0400 +++ shadow/79523.tmp.1572 2006-09-29 02:21:47.000000000 -0400 @@ -0,0 +1,45 @@ +Bug#: 79523 +Product: Mono: Tools +Version: unspecified +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: XSP +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Client-side ASP.Net form validation fails + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + + +Steps to reproduce the problem: +1. Create an .aspx page with a textbox and a required field validator: +name:<input type="text" id="nameInputText" runat="server"/> +<asp:RequiredFieldValidator ControlToValidate="nameInputText" +runat="server" EnableClientScript="true">bad!</asp:RequiredFieldValidator"> +2. Browse to the page +3. Notice the javascript error: +Error: ValidatorOnLoad is not defined + +Actual Results: +Failure to perform client side form validation using asp.net validator controls + +Expected Results: +Succuss + +How often does this happen? +Always + +Additional Information: +Very easy to reproduce. It seems like I might just need the equivalent of +aspnet_regiis -i ? Or some mono equivalent of +WebUIValidation.js, which I can't find ? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
