[Mono-bugs] [Bug 77762][Nor] New - TextBox versus "Literal content
not allowed for Text..."
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Mar 10 16:34:14 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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77762
--- shadow/77762 2006-03-10 16:34:14.000000000 -0500
+++ shadow/77762.tmp.3162 2006-03-10 16:34:14.000000000 -0500
@@ -0,0 +1,67 @@
+Bug#: 77762
+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: sebastien at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TextBox versus "Literal content not allowed for Text..."
+
+Description of Problem:
+
+<%@ Page Language="C#" %>
+
+<html>
+
+<body>
+
+ <form id="Form1" method="post" runat="server">
+
+ <div>
+
+ <asp:TextBox runat="server">this should work</asp:TextBox>
+
+ </div>
+
+ </form>
+
+</body>
+
+</html>
+
+
+
+Steps to reproduce the problem:
+1. Execute under IIS/ASP/NET and you get a textbox
+2. Execute under XSP2 and you get an exception
+
+Actual Results:
+
+Server error in '/' application
+Literal content not allowed for Text System.Web.UI.ControlBuilder "this
+should work"
+Description: Error processing request.
+
+Error Message: HTTP 500. Literal content not allowed for Text
+System.Web.UI.ControlBuilder "this should work"
+
+
+Expected Results:
+A textbox with the specified text inside it.
+
+
+How often does this happen?
+Always
+
+
+Additional Information:
+Only tried with XSP2
More information about the mono-bugs
mailing list