[Zope-dev] Redirecting from the manage interfaces.
Erik Enge
erik@src.no
Sat, 15 Jul 2000 17:11:06 +0200 (CEST)
On Sat, 15 Jul 2000, Shane Hathaway wrote:
> call, it won't redirect. So you should be able to achieve the same
> results just by invoking manage_addImage without including the REQUEST
> object.
But I have to pass something with the REQUEST, or else it won't add the
image, right?
> A convention I've seen that works just a little better is to redirect
> based on the existence of a RESPONSE object. You need RESPONSE to
> redirect, so if it isn't provided, you shouldn't redirect.
>
> Of course this needs to be documented and more reliable.
Ahh. :) Is this work-in-progress by someone?