[seam-commits] Seam SVN: r9101 - trunk/examples/icefaces/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Sep 22 14:24:28 EDT 2008


Author: jguglielmin
Date: 2008-09-22 14:24:28 -0400 (Mon, 22 Sep 2008)
New Revision: 9101

Modified:
   trunk/examples/icefaces/view/home.xhtml
Log:
JBSEAM-3334, ICE-3334

Modified: trunk/examples/icefaces/view/home.xhtml
===================================================================
--- trunk/examples/icefaces/view/home.xhtml	2008-09-22 18:01:38 UTC (rev 9100)
+++ trunk/examples/icefaces/view/home.xhtml	2008-09-22 18:24:28 UTC (rev 9101)
@@ -3,6 +3,7 @@
 	  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:ice="http://www.icesoft.com/icefaces/component"	  
       xmlns:s="http://jboss.com/products/seam/taglib">
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -29,7 +30,7 @@
 					<h:inputSecret id="password" value="#{identity.password}" style="width: 165px;"/>
 				</div>
 				<div class="errors"><h:messages globalOnly="true"/></div>
-				<div class="buttonBox"><h:commandButton id="login" action="#{identity.login}" value="Account Login"
+				<div class="buttonBox"><ice:commandButton id="login" action="#{identity.login}" value="Account Login"
 				    styleClass="button"/></div>
 				<div class="notes"><s:link id="register" view="/register.xhtml" value="Register New User"/></div>
 			</fieldset>




More information about the seam-commits mailing list