[Zope] Redirecting from Python?
Christopher J. Kucera
ckucera@globalcrossing.com
Fri, 04 Aug 2000 13:23:19 -0500
Jonothan Farr wrote:
> Are you doing a dtml-var or dtml-call to call your external method? I believe
> you need a dtml-call.
I've tried both. :) Other things I've tried:
* Explicitly passing in the REQUEST object
* Explicitly passing in the RESPONSE object
* slapping a "return" in front of the call
Also, it's not really an external method . . . It's a method
defined in the product's class. (Perhaps that's significant somehow.)
Thanks for the info, though . . . :)
-CJ