[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
Sat, 5 Jul 2003 17:44: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 tpsoftware@users.sourceforge.net.

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

--- shadow/45658	Sat Jul  5 17:43:17 2003
+++ shadow/45658.tmp.22448	Sat Jul  5 17:44:04 2003
@@ -314,6 +314,31 @@
 
 ------- Additional Comments From gonzalo@ximian.com  2003-07-01 21:11 -------
 in #mono, fxjr and/or danmorg can help you.
 
 ------- Additional Comments From tpsoftware@users.sourceforge.net  2003-07-05 17:43 -------
 http://bugzilla.ximian.com/show_bug.cgi?id=45658
+
+------- Additional Comments From tpsoftware@users.sourceforge.net  2003-07-05 17:44 -------
+Sorry about the previous post, bad copy paste :)
+
+Update:
+
+It seems the latest version (from cvs) still has the problem
+
+Now my knowledge on the subject is limited but I do have 
+another clue:
+
+- The first time I add an object (from the local network)
+  the page gets reloaded correctly and the new object is shown
+  Without closing the page I add another object, suddenly I get
+  Page not found. Then I do a refresh on that page and I get
+  the page back with a list of objects, but the 2 objects I just
+  added are gone (so It's like I never added any of them)
+  I do another refresh and suddenly the 2 objects are there
+
+- When I do the same thing from over the internet
+  then I get the page not found from the first time I add
+  an object.
+
+I was thinking about a cache problem, but I'm not sure if 
+xsp uses that... ???