HP Integrity NonStop H-Series User Manual
Page 132
<%@ 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
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
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" %>
Employee Id : | |
Employee First Name : | |
Employee Last Name : | |
Employee Age : |