Hi Guys
We have a requirement of using exception-handler for the entire flow. I tried searching for documentation around it but haven't found any decent ones. Following is the blog I read which was the closest to what I need but it is quite old.
jroller.com/kdonald/entry/spring_web_flow_state_exception
StateExceptionHandler interface is no longer present in the new framework and the only attribute that can be used in <exception-handler tag is "bean" as specified in the xsd
springframework.org/schema/webflow/spring-webflow-2.0.xsd
So if anyone of you have used it, it would be great if you can let me know the interface or methods I need to declare in the exception handler bean.
thanks


Reply With Quote
