TestLayout.jsp:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<%-- jsf

agecode language="java" location="/JavaSource/pagecode/quotes/property/app_common/TestLayout.java" --%><%-- /jsf

agecode --%>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@taglib uri="http://www.ibm.com/jsf/html_extended" prefix="hx"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<!--%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %-->
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="GENERATOR" content="IBM Software Development Platform" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link href="../../../theme/Master.css" rel="stylesheet" type="text/css" />
<title>TestLayout.jsp</title>
<link rel="stylesheet" type="text/css"
href="../../../theme/stylesheet.css" title="Style" />
</head>
<f:view>
<body>
<h:form>
<f:subview id="insuredSubview">
<jsp:include page="Insured.jsp" />
</f:subview>
<f:subview id="propertyDescSubview">
<c:import url="PropertyDesc.jsp" />
</f:subview>
</h:form>
</body>
</f:view>
</html>