[seam-commits] Seam SVN: r8098 - trunk/examples/icefaces/view.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri May 2 03:06:08 EDT 2008
Author: dan.j.allen
Date: 2008-05-02 03:06:08 -0400 (Fri, 02 May 2008)
New Revision: 8098
Modified:
trunk/examples/icefaces/view/hotelview.xhtml
Log:
incorrectly displaying name instead of price for hotel rate
Modified: trunk/examples/icefaces/view/hotelview.xhtml
===================================================================
--- trunk/examples/icefaces/view/hotelview.xhtml 2008-05-01 21:30:51 UTC (rev 8097)
+++ trunk/examples/icefaces/view/hotelview.xhtml 2008-05-02 07:06:08 UTC (rev 8098)
@@ -36,7 +36,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