I have a form, when I click on submit button, I want to communicate with the server and get something from the server to be displayed on the same page. Everything must be done in AJAX manner. How to do it in Google App Engine? If possible, I want to do it in JQuery.
Edit: The example in [code.google.com/appengine/articles/rpc.html][1] doesn't work on form.
[1]: http://code.google.com/appengine/articles/rpc.html
---
Edit: The rpc procedure [doesn't work for form][1].
[1]: http://groups.google.com.my/group/google-appengine/browse_thread/thread/36dc8759dab4cc28?hl=en# I'm using the RPC method, and it works well. I've made it a little more robust since I'm using it on several pages, but it's basically the same. So, if it's not working, you're doing something wrong. If there's a particular error you get, post it and maybe I'll know what's going on.
以上就是Building Ajax Form in Google App Engine的详细内容,更多请关注web前端其它相关文章!