Author: ayanul
Date: 2008-05-16 07:53:26 -0400 (Fri, 16 May 2008)
New Revision: 8616
Modified:
trunk/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml
Log:
remove contentType
Modified: trunk/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml 2008-05-16
11:38:04 UTC (rev 8615)
+++ trunk/test-applications/facelets/src/main/webapp/pages/Rich/Rich.xhtml 2008-05-16
11:53:26 UTC (rev 8616)
@@ -1,7 +1,7 @@
<!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:a4j="http://richfaces.org/a4j"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:ui="http://java.sun.com/jsf/facelets">
-<f:view contentType="text/html">
+<f:view>
<head>
<f:loadBundle basename="message" var="msg" />
<title></title>