Results 1 to 3 of 3

Thread: Back button problem

  1. #1
    Join Date
    Jul 2005
    Location
    Foster City, CA
    Posts
    10

    Default Back button problem

    Trying to run the sellitem sample code with HttpSessionContinuationFlowExecutionStorage. When I click the back button, get the page expired error. When I chick the refresh button, it gives the POSTDATA message.

    Has anybody experienced similar issues?

    thanks,
    Ramiya

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    This is just because of the HTTP headers that are sent to the browser: the pages expire after 5 seconds and when you do a POST the browser will display the POSTDATA warning when you try to re-post.

    So that's basically normal.

    Erwin

  3. #3
    Join Date
    Apr 2009
    Location
    New Delhi
    Posts
    5

    Default Binding exception with multi select in SWF and velocity.

    Hi,

    I am using spring 2.5 and spring web flow 2.0 with velocity and hibernate. If I select more than one ,I found binding exception like wrong type on view, after debuging in validator, found null value to sendReportTo property. I could not figure out where I am doing mistake. here sendReportsToMap is a Map<String,String>.

    Code:
    Velocity code:
    #springFormMultiSelect("purchaseOrder.sendReportsTo" $sendReportsToMap "")
    #springShowErrors("<br>" "errorText")
    
    Model property : 
    	private String sendReportsTo;
           // and setter/getter method.
    
    web flow code:
    <view-state id="edit">
    		<binder>
                          <binding property="sendReportsTo" />
    
                        </binder>
    <!-- Save and return -->
            <transition on="save" to="returnToList"/>
            <!-- Or just cancel changes and return -->
            <transition on="cancel" to="returnToList" validate="false" bind="false"/>
        </view-state>

Similar Threads

  1. Browser Back Button Issue
    By sklakken in forum Web
    Replies: 10
    Last Post: Oct 5th, 2010, 07:47 PM
  2. proper wizard back button handling
    By chav in forum Web Flow
    Replies: 4
    Last Post: Sep 12th, 2005, 11:11 AM
  3. Replies: 1
    Last Post: Jul 27th, 2005, 09:12 AM
  4. Catching back button.
    By karaznie in forum Web Flow
    Replies: 8
    Last Post: Jun 28th, 2005, 12:08 PM
  5. Replies: 1
    Last Post: Mar 10th, 2005, 05:57 PM

Posting Permissions

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