I'm new to
Servlets and I am having a little trouble with an assignment. The assignment was to create an html form where the person enters First Name, Last Name, Address, Phone Number Fax Number, and email address, and a servlet that processes the information. The servlet should also check to see that all of the values are entered and display the information they entered. If any values are missing, it sends a page back to the user telling them to enter the information, with an "*" next to the fields that are missing.
I am having a problem with the logic getting the form to submit again, and filling in the fields in the form that were already entered. Thanks in advance for your help