|
information from a textfields
I have a jsp page with two text fields named username and password. When the user clicks the submit button i need to perform a check if the password and username provided are correct
how can I read this information from the textfields?
Thanks
|