
We are now at the point of creating the response page. The response.jsp page is created which will display all the values coming from the form. So the code of the registration page is as follows:-
<%@page contentType="text/html"%> <%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%> <h3>The following values have been entered by the user. <f:view> |
Output:-
The following screen is displayed when the registration form is submitted.
Jsp Discussion
- - Two forms in one JSP
- - PASS VARIABLES BETWEEN 2
- - Table data
- - Unable to laod the image
- - The Ultimate Web UI Frame




