easy jsf config support

This commit is contained in:
Keith Donald
2007-02-28 17:53:26 +00:00
parent d997ffdf76
commit 45fc22e2a7
3 changed files with 37 additions and 27 deletions

View File

@@ -7,9 +7,12 @@
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.0.xsd">
<!-- Launches new flow executions and resumes existing executions -->
<flow:executor id="flowExecutor" registry-ref="flowRegistry"/>
<!-- Creates the registry of flow definitions for this application -->
<flow:registry id="flowDefinitionLocator">
<flow:registry id="flowRegistry">
<flow:location path="/WEB-INF/flows/sellitem-flow.xml" />
</flow:registry>