As described in the title I need to pass data from my JSP page to my servlet. I load data out of a database into a form of my JSP page. Now the user should be able to change that data. So I have to send the changed data back to my servlet to update my database. Therefore I want to use the As described in the title I need to pass data f