Results 1 to 3 of 3

Thread: SWF View render and Session update issue

  1. #1
    Join Date
    Feb 2007
    Posts
    5

    Default SWF View render and Session update issue

    In Spring Web Flow the view is rendered first and then the conversation is updated in the session. We are using Resin for our web server. Resin stores the session in the database for clustering before the header is sent to the browser, so there is always one requested old session data in the database. Is it possible to configure Spring Web Flow to not render the view until the session information is updated?
    Last edited by vishalnare; May 13th, 2009 at 12:11 PM. Reason: missed

  2. #2
    Join Date
    Feb 2007
    Posts
    5

    Default

    I delay the rendering view by writing the filler and wrapping the response object

  3. #3
    Join Date
    Dec 2008
    Location
    Ulaanbaatar, Mongolia
    Posts
    123

    Default

    How can I delay view rendering?

    Could you please post some code example?
    Let's care our nature!

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
  •