[seam-commits] Seam SVN: r7539 - trunk/examples/booking/view.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Mar 11 22:23:43 EDT 2008
Author: norman.richards at jboss.com
Date: 2008-03-11 22:23:43 -0400 (Tue, 11 Mar 2008)
New Revision: 7539
Modified:
trunk/examples/booking/view/template.xhtml
Log:
workaround for richfaces issue
Modified: trunk/examples/booking/view/template.xhtml
===================================================================
--- trunk/examples/booking/view/template.xhtml 2008-03-12 01:21:29 UTC (rev 7538)
+++ trunk/examples/booking/view/template.xhtml 2008-03-12 02:23:43 UTC (rev 7539)
@@ -1,8 +1,12 @@
<!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:ui="http://java.sun.com/jsf/facelets"
- xmlns:h="http://java.sun.com/jsf/html"
- xmlns:s="http://jboss.com/products/seam/taglib">
+<f:view contentType="text/html"
+ xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:s="http://jboss.com/products/seam/taglib">
+
+<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>JBoss Suites: Seam Framework</title>
@@ -33,3 +37,4 @@
</div>
</body>
</html>
+</f:view>
More information about the seam-commits
mailing list