Author: shane.bryzak(a)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>
Show replies by date