This commit is contained in:
Keith Donald
2008-02-27 17:20:45 +00:00
parent fa2dfa96fd
commit 042f29d34d

View File

@@ -22,7 +22,10 @@
<!-- Instructs Spring to perfrom declarative transaction managemenet on annotated classes -->
<tx:annotation-driven />
<!-- Scans for application components to deploy -->
<context:component-scan base-package="org.springframework.webflow.samples.booking" />
<!-- Handles requests to the Spring Web Flow system -->
<bean name="/flows/*" class="org.springframework.webflow.mvc.FlowController">
<constructor-arg ref="flowExecutor" />