[Mono-bugs] [Bug 52770][Nor] Changed - input element does not need a runat=server attribute

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jan 2004 04:47:26 -0500 (EST)


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 jackson@ximian.com.

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

--- shadow/52770	2004-01-12 06:02:10.000000000 -0500
+++ shadow/52770.tmp.25866	2004-01-15 04:47:26.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 52770
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Mono-0.29, xsp-0.8
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
-Component: System.Web
+Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mwh@sysrq.dk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -99,6 +99,10 @@
 </table>
 </form>
                                                                           
                        
 </body>
 </html>
+
+------- Additional Comments From jackson@ximian.com  2004-01-15 04:47 -------
+The issue was that pages like this were not getting validated. This is
+fixed in CVS now. Thanks for the report and the test case.