Keith Donald
2008-04-20 05:26:59 +00:00
parent 402184f6c6
commit 0ff87d3088

View File

@@ -7,7 +7,7 @@
<persistence-context/>
<input name="hotelId" value="flowScope.hotelId" required="true"/>
<input name="hotelId" required="true"/>
<on-start>
<evaluate expression="bookingService.createBooking(hotelId, currentUser.name)" result="flowScope.booking" />