SWF-527 - org.springframework.faces.webflow.FlowVariableResolver not working with JDK1.4

This commit is contained in:
Jeremy Grelle
2008-03-13 21:46:30 +00:00
parent 48482c583c
commit 7c151fd40d
3 changed files with 35 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
<action-listener>org.springframework.faces.webflow.FlowActionListener</action-listener>
<action-listener>org.springframework.faces.model.SelectionTrackingActionListener</action-listener>
<variable-resolver>org.springframework.faces.webflow.FlowVariableResolver</variable-resolver>
<variable-resolver>org.springframework.faces.webflow.SpringBeanWebFlowVariableResolver</variable-resolver>
<property-resolver>org.springframework.faces.webflow.FlowPropertyResolver</property-resolver>
<view-handler>org.springframework.faces.webflow.FlowViewHandler</view-handler>
</application>