Creating jsps, Modifying jsps, Welcome.jsp – HP Integrity NonStop H-Series User Manual
Page 450

3.
4.
Creating Pages folder
Create a new folder pages under
EmpInfo/WebContent
as explained in the
section in the
chapter.
Creating JSPs
Create the following JSP files under
EmpInfo/WebContent/pages
as explained in the
section in the
chapter.
•
welcome.jsp
•
insert.jsp
•
empUpdate.jsp
•
empDetail.jsp
•
success.jsp
Modifying JSPs
To modify the above-created JSPs, complete the following steps:
welcome.jsp
This page contains the links to insert page and empUpdate page.
Replace the contents of the existing
welcome.jsp
file with the code given below:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
450
Integrating MyFaces into Spring