Seems that the post from my (very simple) test form -- same form, same browser, same client machine -- is being properly treated as a POST when sent to the back-end code on my dev machine, but is for some reason being considered a GET (and hence getting funneled to get_all() rather than post()) on the test server. It looks like this even right at the top of the stack, in beaker.middleware, before my code has gotten anywhere near it.
Any idea why this would happen? -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

