[seam-commits] Seam SVN: r7947 - trunk/examples/booking/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 14 20:13:15 EDT 2008


Author: shane.bryzak at jboss.com
Date: 2008-04-14 20:13:15 -0400 (Mon, 14 Apr 2008)
New Revision: 7947

Modified:
   trunk/examples/booking/view/hotelview.xhtml
Log:
typo

Modified: trunk/examples/booking/view/hotelview.xhtml
===================================================================
--- trunk/examples/booking/view/hotelview.xhtml	2008-04-14 19:12:12 UTC (rev 7946)
+++ trunk/examples/booking/view/hotelview.xhtml	2008-04-15 00:13:15 UTC (rev 7947)
@@ -37,7 +37,7 @@
 	
     <s:decorate template="display.xhtml">             
 		<ui:define name="label">Nightly rate:</ui:define>
-		<h:outputText value="#{hotel.name}">
+		<h:outputText value="#{hotel.price}">
 			<f:convertNumber type="currency" currencySymbol="$"/>
 		</h:outputText>
 	</s:decorate>




More information about the seam-commits mailing list