Results 1 to 2 of 2

Thread: Catching NoSuchFlowExceptions

  1. #1
    Join Date
    Oct 2006
    Posts
    124

    Default Catching NoSuchFlowExceptions

    Hi,

    I'm currently facing a NoSuchFlowException problem in my flows. Whenever I hit the back button after the end state has been reached by the flow, the exception mentionned above is thrown. :-( Sorry, maybe this problem is trivial, but I don't known how to catch the exception.

    How shall I deal with this?

    Any help on this is heartly welcomed! ;-)

    Michael

  2. #2
    Join Date
    Jan 2006
    Location
    Zürich, Switzerland
    Posts
    423

    Default Use SpringWebFlowExceptionResolver to start a new flow

    Hi Michael,

    Quote Originally Posted by SomeSpring View Post
    I'm currently facing a NoSuchFlowException problem in my flows. Whenever I hit the back button after the end state has been reached by the flow, the exception mentionned above is thrown. :-( Sorry, maybe this problem is trivial, but I don't known how to catch the exception.

    How shall I deal with this?

    Any help on this is heartly welcomed! ;-)
    We discussed issues like this in detail last summer on the forum, and I posted code for a SpringWebFlowExceptionResolver to help in most cases. Witek also posted his code (in the forum) for another strategy.

    Here's the discussion thread: http://forum.springframework.org/sho...t=27239&page=2

    Here's the Jira proposal: http://opensource.atlassian.com/proj...browse/SWF-158

    cheers,

    Sam

Posting Permissions

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