Hello Ranchers,
I have a problem in hand. I have a registration form in which there are 12 fields. The main field is username, when the user fills all the fields, the details are submitted to the database. If the username already exists, the user is taken back to the registration page to enter the new username.
I have a
Servlet in which i have a RequestDispatcher.include which takes that user back to the registration page.
Now the problem is , if the username already exists the user is taken back to the registration page successfully, however all the deatils filled in by the user gets cleared which i don't want. What i want is all the details should get prepopulated and the user should be made to enter only the new username.
Kindly help me with the possible solution which is available with you'll.
Thanks in Advance,
Yogi.