This commit is contained in:
Keith Donald
2008-04-13 07:16:44 +00:00
parent 1a8e2678d4
commit ec96e9bb51
8 changed files with 221 additions and 224 deletions

View File

@@ -197,7 +197,7 @@
</para>
<programlisting language="xml"><![CDATA[
<evaluate expression="bookingService.findHotels(searchCriteria)" result="flowScope.hotels"
result-type="dataModel"/>]]>
result-type="dataModel"/>]]>
</programlisting>
</sect3>
</sect2>
@@ -216,7 +216,7 @@
<on-start>
<evaluate expression="bookingService.createBooking(hotelId, currentUser.name)"
result="flowScope.booking" />
result="flowScope.booking" />
</on-start>
<view-state id="enterBookingDetails">
@@ -342,7 +342,7 @@ public interface FlowOutcome {
<on-start>
<evaluate expression="bookingService.createBooking(hotelId, currentUser.name)"
result="flowScope.booking" />
result="flowScope.booking" />
</on-start>
<view-state id="enterBookingDetails">
@@ -453,7 +453,7 @@ public interface FlowOutcome {
<on-start>
<evaluate expression="bookingService.createBooking(hotelId, currentUser.name)"
result="flowScope.booking" />
result="flowScope.booking" />
</on-start>
<view-state id="enterBookingDetails">