[Mono-bugs] [Bug 78417][Nor] New - RepeaterItemCollection null
reference exception
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 16 09:28:13 EDT 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 grendello at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78417
--- shadow/78417 2006-05-16 09:28:13.000000000 -0400
+++ shadow/78417.tmp.19479 2006-05-16 09:28:13.000000000 -0400
@@ -0,0 +1,22 @@
+Bug#: 78417
+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: grendello at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: RepeaterItemCollection null reference exception
+
+Under certain circumstances (like e.g. traversing the repeater items
+collection on form submission) the Items collection (or actually, ArrayList
+l in the RepeaterItemCollection source) can be null. The attached patch
+makes sure that ArrayList l is never null.
More information about the mono-bugs
mailing list