update to 2.0 schema

This commit is contained in:
Keith Donald
2007-08-21 03:06:26 +00:00
parent a9cccd9e59
commit 757dce294a
3 changed files with 4 additions and 3 deletions

View File

@@ -6,9 +6,9 @@
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/webflow-config
http://www.springframework.org/schema/webflow-config/spring-webflow-config-1.1.xsd">
http://www.springframework.org/schema/webflow-config/spring-webflow-config-2.0.xsd">
<import resource="application-config.xml"/>
<import resource="application-layer-config.xml"/>
<flow:enable-scopes/>

View File

@@ -7,6 +7,7 @@
<var name="searchCriteria" class="org.springframework.webflow.samples.booking.web.SearchCriteria" scope="flow" />
<start-actions>
<action method="initCurrentUser" bean="mainActions" />
<action method="findCurrentUserBookings" bean="mainActions" />
</start-actions>

View File

@@ -51,7 +51,7 @@
<li>Client-side validation with ExtJs</li>
</ul>
<p align="right">
<a href="controller.spring?_flowId=main-flow">Start your hotel booking experience</a>
<a href="controller.spring?_flowId=main">Start your hotel booking experience</a>
</p>
</div>
</div>