Multiple JSPs controlled by one servlet.
Hi guys, I'm new but have been coming here reading through the forums for quite a while. I'm fairly new to Java and wanting to learn more. I'm wanting to create 4 JSPs that will be controlled by one servlet. I have an entry page that has 9 text boxes that will allow a user to input information. Once they enter information I want it to be displayed in a verify page so they can make sure they've entered what they need to before submitting. Once they submit I want to insert the values into a database. I have the values that are entered displaying on the verify page. But when the submit button is hit it sees the values as 0 or null. I know I need to post the code and I will in a bit. I'm not at the computer with the code on it right now. Just wanted to get a basic idea, maybe someone has an example of something similar. Thanks.