Hi i am making a new user page where user will fill username and password and i want to put some client side validation on it
Suppose user has given wrong values in password and Confirm password column so before a request is send to secnd servlet i want to restrict user with a validation message
I dont want to use Java script i wan to write some code in my Servlet1 only
Can you please tell me if it is possible