[google-appengine] Re: Redirect from RPCMethod()

2008-09-17 Thread James
No, I'm pretty sure redirects can't be made server-side through the RPC handler. You can redirect the new session, but that's not the same as redirecting the page of the web browser. On Sep 17, 1:55 am, Jonk <[EMAIL PROTECTED]> wrote: > On 17 syys, 09:03, James <[EMAIL PROTECTED]> wrote: > > > se

[google-appengine] Re: Redirect from RPCMethod()

2008-09-17 Thread Jonk
On 17 syys, 09:03, James <[EMAIL PROTECTED]> wrote: > self.redirect() within RPC calls gives me this error: > > 'RPCMethods' object has no attribute 'response' > > Assuming that I can't redirect in this case with javascript, how I > would redirect the page using an RPC method? (I take it that y