Hi,
I have a jsp with a form. When the users has filled in his detail I want the jsp to forward to a servlet. I want the servlet to validate the data and to return back to the jsp if there is info missing BUT I WANT ALL THE VALUES STILL IN THE BOXES i.e. I dont the user to have to fill everything in.
Also I want to update the original page with details of the that boxes that need to be filled in. Something like:
** Name field is empty
** Bank code needs to be entered
How do I do this?
Many thanks
Cal Cal
I have a jsp with a form. When the users has filled in his detail I want the jsp to forward to a servlet. I want the servlet to validate the data and to return back to the jsp if there is info missing BUT I WANT ALL THE VALUES STILL IN THE BOXES i.e. I dont the user to have to fill everything in.
Also I want to update the original page with details of the that boxes that need to be filled in. Something like:
** Name field is empty
** Bank code needs to be entered
How do I do this?
Many thanks
Cal Cal