[Zope-dev] Redirecting from the manage interfaces.
Dieter Maurer
dieter@handshake.de
Thu, 20 Jul 2000 21:05:12 +0200 (CEST)
Erik Enge 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?
I do not think so.
"manage_addImage" does not need REQUEST to add the image.
The request is only used to redirect.
Dieter