bind definition - not working yet
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user