So I guess my question now is, I've got my html form which onSubmit does a POST to my jsp. At the top of my jsp I have: And in my java class I have the methods to store the FORM variables, as well as a method to do a database connect... but now ...