Do you have CGI handlers? Do you have a def(post) and a def(get) so that you can handle both posts and gets?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of jaykay90 Sent: Monday, May 16, 2011 12:55 PM To: Google App Engine Subject: [google-appengine] POST action not working... hii.. when i try to run the code in this page its giving an error during post action i.e during form submission.. http://code.google.com/appengine/docs/python/gettingstarted/handlingforms.ht ml appspot server shows "500 Server error" where as in my computer when i try to run with google app engine launcher... its entirely different.. it gives a big list of errors Traceback (most recent call last): File "C:\Program Files (x86)\Google\google_appengine\google\appengine \tools\dev_appserver.py", line 4053, in _HandleRequest self._Dispatch(dispatcher, self.rfile, outfile, env_dict) File "C:\Program Files (x86)\Google\google_appengine\google\appengine \tools\dev_appserver.py", line 3977, in _Dispatch base_env_dict=env_dict) File "C:\Program Files (x86)\Google\google_appengine\google\appengine \tools\dev_appserver.py", line 588, in Dispatch base_env_dict=base_env_dict) File "C:\Program Files (x86)\Google\google_appengine\google\appengine \tools\dev_appserver.py", line 3050, in Dispatch self._module_dict) this list is very big.. but i just shared four lines of it.. need help asap.. thanks in advance.. -- 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. -- 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.
