bind definition - not working yet

This commit is contained in:
Keith Donald
2008-03-20 06:12:31 +00:00
parent 29b14ef58b
commit 67522988a8

View File

@@ -14,11 +14,9 @@
<evaluate expression="bookingService.createBooking(hotelId, currentUser.name)" result="flowScope.booking" />
</on-start>
<view-state id="enterBookingDetails">
<transition on="proceed" to="reviewBooking">
<bind target="booking" />
</transition>
<transition on="cancel" to="cancel" />
<view-state id="enterBookingDetails" model="booking">
<transition on="proceed" to="reviewBooking" />
<transition on="cancel" to="cancel" bind="false" />
</view-state>
<view-state id="reviewBooking">