[seam-commits] Seam SVN: r15074 - in branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web: src/main/webapp and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Aug 23 10:27:57 EDT 2012
Author: manaRH
Date: 2012-08-23 10:27:57 -0400 (Thu, 23 Aug 2012)
New Revision: 15074
Modified:
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/src/main/webapp/home.xhtml
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/src/main/webapp/template.xhtml
Log:
JBSEAM-5019 upgraded to 3.1 icefaces
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml 2012-08-23 14:27:46 UTC (rev 15073)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml 2012-08-23 14:27:57 UTC (rev 15074)
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>icefaces-compat</artifactId>
- <version>3.0.1</version>
+ <version>3.1.0</version>
<exclusions>
<exclusion>
<artifactId>javax.faces</artifactId>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/src/main/webapp/home.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/src/main/webapp/home.xhtml 2012-08-23 14:27:46 UTC (rev 15073)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/src/main/webapp/home.xhtml 2012-08-23 14:27:57 UTC (rev 15074)
@@ -10,7 +10,7 @@
<title>JBoss Suites: Seam Framework</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</h:head>
-<body>
+<h:body>
<f:view>
<div id="document">
<div id="header">
@@ -79,5 +79,5 @@
<div id="footer">Created with JBoss EJB 3, Seam, JSF 2 and ICEFaces</div>
</div>
</f:view>
-</body>
+</h:body>
</html>
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/src/main/webapp/template.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/src/main/webapp/template.xhtml 2012-08-23 14:27:46 UTC (rev 15073)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/src/main/webapp/template.xhtml 2012-08-23 14:27:57 UTC (rev 15074)
@@ -2,13 +2,15 @@
<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.org/schema/seam/taglib">
+ xmlns:s="http://jboss.org/schema/seam/taglib"
+ xmlns:ice="http://www.icesoft.com/icefaces/component">
<h:head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>JBoss Suites: Seam Framework</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
+ <ice:outputStyle href="./xmlhttp/css/xp/xp.css" />
</h:head>
-<body>
+<h:body>
<div id="document">
<div id="header">
@@ -31,5 +33,5 @@
</div>
<div id="footer">Created with JBoss EJB 3, Seam, JSF 2, ICEfaces</div>
</div>
-</body>
+</h:body>
</html>
More information about the seam-commits
mailing list