Question: Develop a JSP page that checks user login information and displays user names using the database table of question 1. The JSP page uses two


Develop a JSP page that checks user login information and displays user names using the database table of question 1. The JSP page uses two HTTP request parameters, with names "name" and "password, and checks them against the table data. The following web page contains an HTML form for making requests to the JSP page with the two parameters; this form assumes the JSP page is called users.jsp.
List Users
List Users + D localhost:8080/web/ . List Users Name: peter Password: ....... Submit names and displays them in the response content. List Users + o localhost:8080/web/users.jsp List Users amy david mary peter If the name and password parameters do not match a table record, the JSP page displays an error message. List Users + localhost:8080/web/users.jsp List Users Error: invalid name or password
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
