Question: CIST 2373 Java III Lab #8 40 Points Part A Modify your AccountLookup.html file, from Lab #2. Add one new item to this HTML file.
CIST 2373 Java III
Lab #8 40 Points
Part A Modify your AccountLookup.html file, from Lab #2. Add one new item to this HTML file. Add a link that says: View All Accounts. Make it so when the user clicks this link, it will go to the DisplayAccounts.jsp. We will build this JSP in Part B, below.
Part B Now create a new JSP, called DisplayAccounts.jsp. This JSP will be different than the AccountLookup.jsp that we built in Lab #7. This JSP should get the Customer object out of the Session. This Customer Object should contain the AccountList object that holds a list of Accounts. Then using scriptlet tags, display a table of all the accounts for the customer that logs in.
Step by Step Solution
There are 3 Steps involved in it
Lets break this down into two parts as described Part A and Part B Part A Modify AccountLookuphtml 1 ... View full answer
Get step-by-step solutions from verified subject matter experts
