Author: ayanul
Date: 2007-10-04 03:49:42 -0400 (Thu, 04 Oct 2007)
New Revision: 3247
Added:
trunk/test-applications/facelets/src/main/webapp/CustomizePage/CustomizePage.xhtml
Log:
Added: trunk/test-applications/facelets/src/main/webapp/CustomizePage/CustomizePage.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/CustomizePage/CustomizePage.xhtml
(rev 0)
+++
trunk/test-applications/facelets/src/main/webapp/CustomizePage/CustomizePage.xhtml 2007-10-04
07:49:42 UTC (rev 3247)
@@ -0,0 +1,17 @@
+<!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:rich="http://richfaces.org/rich"
+
xmlns:a4j="http://richfaces.org/a4j"
+
xmlns:f="http://java.sun.com/jsf/core"
+
xmlns:h="http://java.sun.com/jsf/html">
+<head>
+<link rel="stylesheet"
+ href="#{facesContext.externalContext.requestContextPath}/styles/styles.css"
+ type="text/css" />
+</head>
+<f:view>
+ <h:form>
+
+ </h:form>
+</f:view>
+</html>
\ No newline at end of file