Modifying the index.jsp file – HP Integrity NonStop J-Series User Manual
Page 122

http://www.springframework.org/schema/jee/spring-jee-2.5.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
class="com.hp.empinfo.web.EmployeeController">
Modifying the index.jsp File
Modify the index.jsp file in the EmpInfo/WebContent directory to provide the links to retrieve
or delete a page as shown:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
"http://www.w3.org/TR/html4/loose.dtd">
<%@ include file="/WEB-INF/jsp/include.jsp" %>
Welcome to the EmpInfo Application
>Insert Employee
shows what the EmpInfo application directory structure must look like after creating the
requisite files on the system.
122
Getting Started with Spring