[Mono-bugs] [Bug 48870][Maj] New - RadioButtonList bug (A fix is provided)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 25 Sep 2003 06:58:15 -0400 (EDT)
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 yaronsh@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48870
--- shadow/48870 2003-09-25 06:58:15.000000000 -0400
+++ shadow/48870.tmp.13704 2003-09-25 06:58:15.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 48870
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yaronsh@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: RadioButtonList bug (A fix is provided)
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+RadioButtonList collapses.
+
+Steps to reproduce the problem:
+1. Compile the code behind.
+2. Run the attached aspx
+
+Actual Results:
+Null exception
+
+Expected Results:
+The RadioButtonList should appear with the names from the xml file.
+
+How often does this happen?
+I couldn't isolate the problem accurately. The collapse happend at a
+complicated aspx. When I run the aspx at the xsp I get no page but
+on the original page there is null exception. (I've discovered the cause).
+
+Additional Information:
+At the RadioButtonList at the method IRepeatInfoUser.RenderItem the
+page is not updated for the items, so the page is null and exception occur.