SWF-1237 Documentation updates for 2.1 release

This commit is contained in:
Rossen Stoyanchev
2010-06-03 15:15:37 +00:00
parent f9f9fd094b
commit 518dfc2ccf
9 changed files with 413 additions and 206 deletions

View File

@@ -7,7 +7,7 @@
<view-state id="enterSearchCriteria">
<on-render>
<evaluate expression="bookingService.findBookings(currentUser!=null?currentUser.name:null)" result="viewScope.bookings" result-type="dataModel" />
<evaluate expression="bookingService.findBookings(currentUser?.name)" result="viewScope.bookings" result-type="dataModel" />
</on-render>
<transition on="search" to="reviewHotels">
<evaluate expression="searchCriteria.resetPage()" />