Creating jsps, Modifying jsps, Welcome.jsp – HP Integrity NonStop J-Series User Manual
Page 293
![background image](/manuals/397993/293/background.png)
Creating Pages folder
Create a new folder pages under EmpInfo/WebContent as explained in the
section in the
section.
Creating JSPs
Create the following JSP files under EmpInfo/WebContent/pages as explained in the
section in the
section.
•
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"%>
Integrating MyFaces into Spring 293