This commit is contained in:
Keith Donald
2008-09-30 17:10:21 +00:00
parent 692a81cb7e
commit 5e9a02a904
4 changed files with 10 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
<!-- Maps request paths to flows in the flowRegistry; e.g. a path of /hotels/booking looks for a flow with id "hotels/booking" -->
<bean class="org.springframework.webflow.mvc.servlet.FlowIdHandlerMapping">
<bean class="org.springframework.webflow.mvc.servlet.FlowHandlerMapping">
<property name="defaultHandler">
<!-- If no flow match, map path to a view to render; e.g. the "/intro" path would map to the view named "intro" -->
<bean class="org.springframework.web.servlet.mvc.UrlFilenameViewController" />