I have a page with a simple form on it, and sometimes when I click the submit button, the page just reloads instead of performing correct action. The only way I've found to consistently reproduce the problem is to click "View page source" first (I'm using Chrome). I then noticed this happens in other web2py applications as well. For example, if I fill out the form here:
http://www.web2py.com/examples/form_examples/form and click "view the page source" before submitting, the data isn't submitted. Does anyone know why this is? It's not a problem in my case (I don't expect my users to be viewing the page source), but my hope is that if I understand what causes it, I may be able to figure out why it happens randomly for me *without *viewing the source. Thanks, Neil

