JSP Registration Form error
Hi friends,
I am trying to develop a project using JSP. I need to give registration form. I am able to get the data from the register.jsp file which has the form and enter it in the database and display success message or error message in confirm.jsp.
I just want to know how to display the error message in the register.jsp file itself without informing it by alert as i am going to handle many errors.
I just want how to display the error message after the textbox as it happens in the registration form the gmail. There will be no space between two text boxes but after submitting if any error occurs an message will be displayed.
Help me solving this,
Thanks in advance