fix auto-bind

This commit is contained in:
Keith Donald
2008-07-21 13:12:46 +00:00
parent 8d3528271c
commit 0f1db670af

View File

@@ -14,7 +14,7 @@
</on-start>
<view-state id="enterBookingDetails" model="booking">
<binder auto-bind="false">
<binder>
<binding property="checkinDate" converter="shortDate" required="true" />
<binding property="checkoutDate" converter="shortDate" required="true" />
<binding property="smoking" required="true" />