Author: lfryc(a)redhat.com
Date: 2011-01-20 09:48:06 -0500 (Thu, 20 Jan 2011)
New Revision: 21117
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
Log:
forgotten rich: xmlns
Modified: modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2011-01-20
14:21:27 UTC (rev 21116)
+++
modules/tests/metamer/trunk/application/src/main/webapp/templates/header.xhtml 2011-01-20
14:48:06 UTC (rev 21117)
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!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:ui="http://java.sun.com/jsf/facelets"
xmlns:a4j="http://richfaces.org/a4j">
+
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:a4j="http://richfaces.org/a4j"
+
xmlns:rich="http://richfaces.org/rich">
<!--
JBoss, Home of Professional Open Source