[Mono-bugs] [Bug 80926][Nor] Changed - ClientScriptManager.RegisterClientScriptInclude appears broken

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 5 20:37:56 EST 2007


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 mhabersack at novell.com.

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

--- shadow/80926	2007-02-21 20:08:56.000000000 -0500
+++ shadow/80926.tmp.4833	2007-03-05 20:37:56.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80926
 Product: Mono: Class Libraries
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: debian testing
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: mhabersack at novell.com                            
 ReportedBy: rektide at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -50,6 +50,15 @@
     string txt = "<script>alert('foo')"+";<"+"/script>"; // asp throws
 compile errors without some funky appendage
     this.ClientScript.RegisterClientScriptBlock(this.GetType(),"fark",
 txt);
 }
 
+
+------- Additional Comments From mhabersack at novell.com  2007-03-05 20:37 -------
+for script registration your page must contain:
+
+<form runat="server">
+</form>
+
+around your content.
+


More information about the mono-bugs mailing list