[Mono-bugs] [Bug 45658][Wis] Changed - XSP --> <asp:button> code gets executed but postback loads invalid page

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 1 Jul 2003 10:06:04 -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 gonzalo@ximian.com.

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

--- shadow/45658	Mon Jun 30 19:40:19 2003
+++ shadow/45658.tmp.22131	Tue Jul  1 10:06:04 2003
@@ -1,14 +1,14 @@
 Bug#: 45658
 Product: Mono/Runtime
 Version: unspecified
 OS: Debian Woody
 OS Details: Bonzai 1.8
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tpsoftware@users.sourceforge.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -76,6 +76,16 @@
 Additional Information:
 
 XSP and mono compiled from CVS
 
 ------- Additional Comments From gonzalo@ximian.com  2003-06-30 19:40 -------
 *** Bug 45659 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From gonzalo@ximian.com  2003-07-01 10:06 -------
+Are you using some error handler? Is the code in btnAdd_Click known to
+not throw any exception? (try surrounding everythin in try/catch and
+Console.WriteLine).
+
+Where's the GetObjects () method?
+
+Also i need a self-contained sample to check that this is a bug and
+fix it.