15 Jul
2000
15 Jul
'00
3:11 p.m.
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?