Results 1 to 2 of 2

Thread: How to resume the same webflow incase of any error

  1. #1
    Join Date
    Feb 2010
    Posts
    1

    Default How to resume the same webflow incase of any error

    Hi I am new to Spring webflow. I have an urgent requirement in my application.
    In web.xml my application is configured to be session timed out in 20 mins.
    In a particular webflow (login workflow) i have to resume the same webflow even if session timeout occurs.

    Currently application is catching NoSuchConversationException exception but i have no clue that how to continue the same flow and same state.

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,632

    Default

    Obviously you cannot, the flow isn't there anymore, neither is the state. So if you want something like this you would need to change the way state is stored and destroyed and how flows are terminated and destroyed.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

Posting Permissions

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