| Username: |
|
| Password: |
|
| Retype
password: |
|
| First
Name (optional): |
|
| Last
Name (optional): |
|
| Email
(optional): |
For each type of errors, output an error message and ask the user to re-enter the data. Note that validation of the input data should be implemented on the server side.
<c:if test="${! empty param.logout}">[Extra Credit Work]
<bb:logout />
<c:redirect url="Home.jsp" />
</c:if>