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 displaysuser names using the database table of question 1. The JSP page

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

Name:
Password:

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!