<?xml version="1.0" encoding="ISO-8859-1" ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:h="http://java.sun.com/jsf/html" | |
xmlns:f="http://java.sun.com/jsf/core" | |
xmlns:p="http://com.foo/test"> | |
<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> |