Write a servlet that snoops all the information about the current session. Make a “registration” form that collects a first name, last name, and email address. Send the data to a servlet that displays it. Next, modify the servlet to use a default value in form(or give an error message) if the user omits any of the three required parameters.
Comments
Leave a comment