By pressing one single submit button, I want to insert data to oracle database as well to direct to another jsp page i.e. when I press the submit button by entering data in the text boxes the data should be inserted to the database and at the same time I should be rendered to another jsp page. How can I do it?