Fixing JSF state-saving mechanism and adding helpful debug logging

This commit is contained in:
Jeremy Grelle
2007-10-12 21:45:18 +00:00
parent 317305ba32
commit b8ae0a5bf1
6 changed files with 66 additions and 19 deletions

View File

@@ -16,6 +16,10 @@
<el-resolver>org.springframework.webflow.core.expression.el.ScopeSearchingELResolver</el-resolver>
<view-handler>org.springframework.faces.webflow.FlowExecutionViewHandler</view-handler>
</application>
<lifecycle>
<phase-listener>org.springframework.faces.support.RequestLoggingPhaseListener</phase-listener>
</lifecycle>
<component>
<component-type>spring.faces.ClientTextValidator</component-type>