Author: manaRH
Date: 2008-08-19 07:33:45 -0400 (Tue, 19 Aug 2008)
New Revision: 8734
Modified:
trunk/examples/spring/view/book.xhtml
Log:
JBSEAM-3229
Modified: trunk/examples/spring/view/book.xhtml
===================================================================
--- trunk/examples/spring/view/book.xhtml 2008-08-18 21:38:07 UTC (rev 8733)
+++ trunk/examples/spring/view/book.xhtml 2008-08-19 11:33:45 UTC (rev 8734)
@@ -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>