Paul Ngom wrote:
Tomorrow I will add some features like if password != re typed password, give alert and if user doesn't put an [at] to email box, give alert. They shouldn't be hard.
I do hope that will not be had to achieve. I will always be happy to give a helping hand from my little experience.
Hey again and again Paul
I add some parts to my SignUpPage.jsp. Now it is like:
It gives alert but when I click on "OK" button in that pop-up, it still saves the new user to db.
For example, after this registration process: username: mark, password: mark, retype password: mark, name: Mark, surname: mark, email: mark, degree: Master's Degree, it gives an alert that says "There must be an [at] character in your email address". But after I click on OK,
http://localhost:8080/loginpage/Registration comes and says: "Welcome : 'Mark' Registration is completed. Please click here and login to the system."
Do you have any idea how can I solve this problem?