Status: New
Owner: ----
Labels: Milestone-1.4 Type-Bug
New issue 5868 by
[hidden email]: Issue with Pharo 1.4 + Seaside
3.07 + SmalltalkImage current saveSession
http://code.google.com/p/pharo/issues/detail?id=5868To reproduce it:
- Go to the WACounter
- change renderContentOn: adding SmalltalkImage current saveSession.
for example
html anchor
callback: [SmalltalkImage current saveSession. self
increase ];
with: '++'.
Then open a browser, go to the counter application, and click ++
Boom, you should see connection lost on your browser.
Otherwise if you open a Seaside 3.07 one-click image and change the code
the same way, everything works fine. The one-click image uses Pharo 1.3, so
I guess it's an issue about Pharo 1.4
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker