On component form submission, firebug shows the following error message in red:
POST http://127.0.0.1:8000/myapp/input/index.load
jquery-latest.js (line 5254)
When I look at the response, it's blank. The post shows the expected
data are there. Needless to say, when I looked at jquery-latest.js
line 5254 I found that jquery-latest.js is 4227 lines long. I'm
stumped!

