How to convert java file to jsp
843789Jun 19 2009 — edited Jun 19 2009I have a form file and java file . The form contains text boxes and one submit button. I want the form to be displayed in jsp . How to convert the java code into jsp code. When i click the submit button the data in the fields should get saved in the database.