I set a <textarea> to post data to database [ db.TextProperty() ], and then use "self.redirect()" switch to an other page.
while there're not many inputed characters, it's ok. But when I inpute more character to post to database, the "self.redirect()" doesn't work, although the data has been saved in database. I reflash the site , the data have been saved in database. This problem occur under this circumstance: I developing locally in my PC1 (ip:192.168.1.100) When I test on this PC1 by"dev_appserver.py xxx/" then everything is fine. When I test by "dev_appserver.py -a 192.168.1.100 xxx/" and then test it throught my PC2 (ip:192.168.1.100) by "http:// 192.168.1.100:8080/", then the problem occur. I appreciate, any one could help me!!! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
