PAN-54 Working version includes no beans and no connection to the database.

This commit is contained in:
BrittanyBi
2019-04-24 16:38:29 -06:00
parent 3ee3d1bb06
commit e72760c528
5 changed files with 26 additions and 16 deletions
@@ -4,10 +4,7 @@
<title>You're Registered!</title>
</head>
<body>
<br><b>User ID: </b><%= request.getParameter("userID")%>
<br><b>Username: </b><%= request.getParameter("username")%>
<br><b>Theorem: </b><%= request.getParameter("emailAddress")%>
<br><b>First Name: </b><%= request.getParameter("firstName")%>
<br><b>Last Name: </b><%= request.getParameter("lastName")%>
</body>
</html>