Results 1 to 2 of 2

Thread: exception-handler in webflow2.03 How does it work

  1. #1

    Default exception-handler in webflow2.03 How does it work

    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

  2. #2
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    FlowExecutionExceptionHandler is the one you should be looking at now. See this thread for one possible way to use it:

    http://forum.springframework.org/sho...97&postcount=7
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •