Results 1 to 2 of 2

Thread: Why subflow "booking" is called twice

  1. #1
    Join Date
    Sep 2011
    Posts
    6

    Default Why subflow "booking" is called twice

    I have run the example project (booking-mvc) inside spring-webflow distribution. I found when main flow enter sub-flow "booking" (when clicking "Book Hotel" button), it calls it twice. Does anyone know why?
    I know it because I found creatBooking() is called twice.

    Extracted from booking.xml :


    Code:
    <on-start>
        <evaluate expression="bookingService.createBooking(hotelId, currentUser.name)" result="flowScope.booking" />
    </on-start>

  2. #2
    Join Date
    Sep 2011
    Posts
    6

    Default

    I'm sorry that I post in wrong area.

Posting Permissions

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