Hi, I tried your test app on OS X in Safari, Firefox and Camino. It works on all three here, but: in Firefox (although it shows the page, even after submit), my terminal shows this error message when I do a GET or POST at http://localhost:8080/:
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/django/core/servers/basehttp.py", line 279, in run self.finish_response() File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/django/core/servers/basehttp.py", line 318, in finish_response self.write(data) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/django/core/servers/basehttp.py", line 397, in write self.send_headers() File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/django/core/servers/basehttp.py", line 449, in send_headers self.send_preamble() File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/django/core/servers/basehttp.py", line 378, in send_preamble self._write( File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/socket.py", line 256, in write self.flush() File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/socket.py", line 243, in flush self._sock.sendall(buffer) error: (32, 'Broken pipe') [25/Sep/2007 04:13:30] "POST / HTTP/1.1" 200 311 This could point to the problem on your computer. I don't know what this error message means. Maybe some of the more experienced developers can jump in on this issue. My system is: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; nl; rv:1.8.1.6) Gecko/ 20070725 Firefox/2.0.0.6 Regards, Sander. On 25 sep, 08:47, "张沈鹏(电子科大08年本科应届)" <[EMAIL PROTECTED]> wrote: > Bug of form post in firefox . > > Look at the simple example in attachment . > > Include "test/urls.py" in your urls config , then visit the page . > > When your click the submit button , the page will not show . > > This only happened in firefox , other browsers such as IE ,Opera as do > the right things. > > Django is updated from svn . > > My System information is : > Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.7) > Gecko/20070914 Firefox/2.0.0.7 > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---