This commit is contained in:
Keith Donald
2008-04-24 06:39:19 +00:00
parent cfee696ec8
commit acbf5f198c

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" />