update to 2.0 schema
This commit is contained in:
@@ -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/>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user