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: > > > self.redirect() within RPC calls gives me this error: > > > 'RPCMethods' object has no attribute 'response' > > > Assuming that I can'tredirectin this case with javascript, how I > > wouldredirectthe page using an RPC method? > > (I take it that you're following > this:http://code.google.com/appengine/articles/rpc.html) > > Maybe you could pass the RPCHandler instance to RPCMethods and call > itsredirect()? > > j --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
