blob: 91afb062c209afffd319ae62343739c8df48fd98 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1" ?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:p="http://com.foo/test"> <jsp:directive.page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" />
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Insert title here</title>
</head>
<body>
<f:view>
<p:tag1 grandParentAttr1="grandParentValue1">
<p:tag2 parentAttr1="parentValue1">
<p:tag3>
<h:commandButton attr1="value1"></h:commandButton>
</p:tag3>
</p:tag2>
</p:tag1>
</f:view>
</body>
</html>
</jsp:root>