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 you're following this: 
http://code.google.com/appengine/articles/rpc.html)

Maybe you could pass the RPCHandler instance to RPCMethods and call
its redirect()?


    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 google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to