got samples back working after portlet changes

This commit is contained in:
Keith Donald
2008-04-02 17:50:51 +00:00
parent 95ae514ec2
commit f5ef7ea885
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@
<bean class="org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter" />
<!-- Enables FlowHandlers -->
<bean class="org.springframework.webflow.mvc.FlowHandlerAdapter">
<bean class="org.springframework.webflow.mvc.servlet.FlowHandlerAdapter">
<constructor-arg ref="flowExecutor" />
</bean>