Please help me to solve the last part of the problem..
Make a �registration� form that collects a first name, last name, and email address. Send the data to a servlet that displays it.If the user fails to supply a value for any of the fields in the form, you should redisplay the form but with an error message saying that the value is missing.
Don�t make the user re-enter values that they�ve entered already.
I have done till generation of Error page which have same Html form like structure saying that something you have missed to fill in the form..
But I stuck ...How to persist that values which the client have provided in the first HTML form i.e. how to make that the client don't have to re-write the values they already provided.