A student in my class brought this to my attention, and I didn\'t have an explanation for it-- and I couldn\'t find one after searching.
After clicking the submit
When you click reset then the entries are reset to the default values. Default values are values which were rendered by the server in the first case it was empty string but after post the posted value. (http is stateless protocol) If you try to edit the posted value then click reset you will see that the originally posted value will be restored.