29 Aug
2002
29 Aug
'02
4:07 p.m.
Interesting. That was what I was seeing with Plone's view_source external method, I was supposed to write view_source up for the Plone docs, but thought I was doing something wrong when I saw this very behavior.
This was a bug that is fixed in the CVS version of Zope.... and possibly in the 2.6alpha1 release on Zope.org.
I've encountered what seems to be a bug in external method invocation. With all my external methods, the first time any given one is run during a session, Zope fails to pass the parameters. If I hit the "back" arrow on the browser and then hit the "Submit" button a second time, then it works. Why is this? Is there any way to change it?