beautypg.com

HP Integrity NonStop H-Series User Manual

Page 132

background image

<%@ 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" %>


Spring Getting Started - EmpInfo Application





Welcome to the EmpInfo Application




Enter Employee Id












Employee Id :
Action to Perform (Retrieve/Delete) :




> Home page




3.

Create the

retrieveresult.jsp

file in the

EmpInfo/WebContent/WEB-INF/jsp

directory, as described in the

Creating the

index.jsp

File

section.

4.

Modify the

retrieveresult.jsp

file to display the details of an employee record on the

JSP page.

After modification, the

retrieveresult.jsp

file appears as:

<%@ 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" %>


Spring Getting Started - EmpInfo Application




cellspacing="0" cellpadding="5">











132

Getting Started with Spring

This manual is related to the following products:
Employee Id :

Employee First Name :

Employee Last Name :

Employee Age :