Author: manaRH
Date: 2008-08-19 07:39:08 -0400 (Tue, 19 Aug 2008)
New Revision: 8735
Modified:
branches/Seam_2_0_FP/examples/spring/view/book.xhtml
Log:
JBPAPP-1087 backport of JBSEAM-3229
Modified: branches/Seam_2_0_FP/examples/spring/view/book.xhtml
===================================================================
--- branches/Seam_2_0_FP/examples/spring/view/book.xhtml 2008-08-19 11:33:45 UTC (rev
8734)
+++ branches/Seam_2_0_FP/examples/spring/view/book.xhtml 2008-08-19 11:39:08 UTC (rev
8735)
@@ -66,7 +66,9 @@
<div class="label"><h:outputLabel
for="checkoutDate">Check Out Date:</h:outputLabel></div>
<div class="input">
<s:decorate>
+ <rich:calendar id="checkoutDate"
value="#{booking.checkoutDate}" required="true"
datePattern="MM/dd/yyyy" event="onblur"
reRender="checkoutDateDecorate" />
<br/>
+ <s:message/>
</s:decorate>
</div>
</div>
Show replies by date